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 290059079994f98ea1b7e14df400bdfef94ddf47..b024744df9613b7b79a4307cb1703dad165b5692 100644 |
--- a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h |
+++ b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h |
@@ -19,8 +19,6 @@ class GoogleURLTrackerNavigationHelperImpl |
// GoogleURLTrackerNavigationHelper. |
virtual void SetGoogleURLTracker(GoogleURLTracker* tracker) OVERRIDE; |
- virtual void SetListeningForNavigationStart(bool listen) OVERRIDE; |
- virtual bool IsListeningForNavigationStart() OVERRIDE; |
virtual void SetListeningForNavigationCommit( |
const content::NavigationController* nav_controller, |
bool listen) OVERRIDE; |
@@ -33,8 +31,6 @@ class GoogleURLTrackerNavigationHelperImpl |
const content::NavigationController* nav_controller) OVERRIDE; |
private: |
- friend class GoogleURLTrackerNavigationHelperTest; |
- |
// content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |