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

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

Issue 301383003: Eliminate GoogleURLTracker's dependence on //chrome-level switches (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
« no previous file with comments | « components/google/core/browser/google_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ab9e2718d7aa737761d5b2bc74aaabf49ec32f78..5cc4f98d7431acbe45749d38964b933fc3d1392f 100644
--- a/components/google/core/browser/google_url_tracker_client.h
+++ b/components/google/core/browser/google_url_tracker_client.h
@@ -28,6 +28,9 @@ class GoogleURLTrackerClient {
// starts.
virtual bool IsListeningForNavigationStart() = 0;
+ // Returns whether background networking is enabled.
+ virtual bool IsBackgroundNetworkingEnabled() = 0;
+
protected:
GoogleURLTracker* google_url_tracker() { return google_url_tracker_; }
« no previous file with comments | « components/google/core/browser/google_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698