| Index: chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| diff --git a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| index b8ec45f8991bf2ea7cfef2375c5ef46b978d7a23..290059079994f98ea1b7e14df400bdfef94ddf47 100644
|
| --- a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| +++ b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| @@ -40,12 +40,6 @@ class GoogleURLTrackerNavigationHelperImpl
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| - // Handles instant commit notifications by simulating the relevant navigation
|
| - // callbacks.
|
| - void OnInstantCommitted(content::NavigationController* nav_controller,
|
| - InfoBarService* infobar_service,
|
| - const GURL& search_url);
|
| -
|
| // Returns a WebContents NavigationSource for the WebContents corresponding to
|
| // the given NavigationController NotificationSource.
|
| virtual content::NotificationSource GetWebContentsSource(
|
|
|