Index: chrome/browser/ui/omnibox/omnibox_navigation_observer.cc |
diff --git a/chrome/browser/ui/omnibox/omnibox_navigation_observer.cc b/chrome/browser/ui/omnibox/omnibox_navigation_observer.cc |
index 736efa3f80f40c2bbff21954cc68ea45b2592241..b7b9057dff6ab6a61c118050e281a997a344b7ca 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_navigation_observer.cc |
+++ b/chrome/browser/ui/omnibox/omnibox_navigation_observer.cc |
@@ -95,7 +95,7 @@ void OmniboxNavigationObserver::Observe( |
controller->GetBrowserContext()->GetRequestContext()); |
} |
WebContentsObserver::Observe(controller->GetWebContents()); |
- // NavigateToPendingEntry() will be called for this load as well. |
+ // DidStartNavigationToPendingEntry() will be called for this load as well. |
} |
void OmniboxNavigationObserver::NavigationEntryCommitted( |
@@ -113,7 +113,7 @@ void OmniboxNavigationObserver::WebContentsDestroyed( |
delete this; |
} |
-void OmniboxNavigationObserver::NavigateToPendingEntry( |
+void OmniboxNavigationObserver::DidStartNavigationToPendingEntry( |
const GURL& url, |
content::NavigationController::ReloadType reload_type) { |
if (load_state_ == LOAD_NOT_SEEN) { |