Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: content/browser/frame_host/navigation_controller_impl_unittest.cc

Issue 84063003: Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/navigation_controller_impl_unittest.cc
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
index 067655745f3e52dfb5c7a483b95351a9b3941fe0..7758d62392d317aa4d14df1da1559f895a534f0f 100644
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
@@ -193,7 +193,7 @@ class NavigationControllerTest
}
// WebContentsObserver:
- virtual void NavigateToPendingEntry(
+ virtual void DidCreatePendingEntry(
const GURL& url,
NavigationController::ReloadType reload_type) OVERRIDE {
navigated_url_ = url;

Powered by Google App Engine
This is Rietveld 408576698