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

Unified Diff: components/google/core/browser/google_url_tracker_client.h

Issue 808253006: Remove the GoogleURLTracker infobar functionality entirely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 years, 11 months 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: 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;

Powered by Google App Engine
This is Rietveld 408576698