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

Unified Diff: chrome/browser/google/google_url_tracker_navigation_helper.h

Issue 285193002: Create GoogleURLTrackerClient interface and //chrome implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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: chrome/browser/google/google_url_tracker_navigation_helper.h
diff --git a/chrome/browser/google/google_url_tracker_navigation_helper.h b/chrome/browser/google/google_url_tracker_navigation_helper.h
index f48e6f0974c56cf7943af6f798001ae528c7c8cd..26b7a5348762a03183fa1147e7fcec73aa292250 100644
--- a/chrome/browser/google/google_url_tracker_navigation_helper.h
+++ b/chrome/browser/google/google_url_tracker_navigation_helper.h
@@ -19,17 +19,9 @@ class GoogleURLTrackerNavigationHelper {
public:
virtual ~GoogleURLTrackerNavigationHelper() {}
- // Sets the GoogleURLTracker that should receive callbacks from this observer.
+ // Sets the GoogleURLTracker that is associated with this object.
virtual void SetGoogleURLTracker(GoogleURLTracker* tracker) = 0;
- // 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 observer is currently listening for navigation
- // starts.
- virtual bool IsListeningForNavigationStart() = 0;
-
// Enables or disables listening for navigation commits for the given
// NavigationController. OnNavigationCommitted will be called for each
// navigation commit if listening is enabled.
« no previous file with comments | « chrome/browser/google/google_url_tracker_factory.cc ('k') | chrome/browser/google/google_url_tracker_navigation_helper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698