commit | 2ab8ba6c22f3dccb6f23400b0ada5af095263b44 | [log] [tgz] |
---|---|---|
author | Feifei Wang <[email protected]> | Wed Apr 13 22:19:27 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 13 22:19:27 2022 |
tree | bb44e54da91b7e7ce8e53623655ba74f61bb2e5f | |
parent | c6ee0d0b14285d547d9b5e6cb5a473d27bf18820 [diff] [blame] |
Fix typos, initated -> initiated Change-Id: I89ef440210a6abdb28af82e9bfa3289647243a47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3580282 Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: David Trainor <[email protected]> Commit-Queue: David Trainor <[email protected]> Cr-Commit-Position: refs/heads/main@{#992259}
diff --git a/content/browser/renderer_host/navigation_controller_impl.cc b/content/browser/renderer_host/navigation_controller_impl.cc index 220d3fe..30b98ca 100644 --- a/content/browser/renderer_host/navigation_controller_impl.cc +++ b/content/browser/renderer_host/navigation_controller_impl.cc
@@ -2063,7 +2063,7 @@ } } } else { - // This is renderer-initiated. The only kinds of renderer-initated + // This is renderer-initiated. The only kinds of renderer-initiated // navigations that are EXISTING_ENTRY are same-document navigations that // result in replacement (e.g. history.replaceState(), location.replace(), // forced replacements for trivial session history contexts). For these