| Index: components/google/core/browser/google_url_tracker_client.h
|
| diff --git a/components/google/core/browser/google_url_tracker_client.h b/components/google/core/browser/google_url_tracker_client.h
|
| index 45c101b5fabfb26d41bd97c9059932afb8c551c9..58f51a7d74ba7f63174110eb4fedc8d217d6e720 100644
|
| --- a/components/google/core/browser/google_url_tracker_client.h
|
| +++ b/components/google/core/browser/google_url_tracker_client.h
|
| @@ -26,14 +26,6 @@ class GoogleURLTrackerClient {
|
| google_url_tracker_ = google_url_tracker;
|
| }
|
|
|
| - // Enables or disables listening for navigation starts. OnNavigationPending
|
| - // will be called for each navigation start if listening is enabled.
|
| - virtual void SetListeningForNavigationStart(bool listen) = 0;
|
| -
|
| - // Returns whether or not the client is currently listening for navigation
|
| - // starts.
|
| - virtual bool IsListeningForNavigationStart() = 0;
|
| -
|
| // Returns whether background networking is enabled.
|
| virtual bool IsBackgroundNetworkingEnabled() = 0;
|
|
|
|
|