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

Unified Diff: chrome/browser/android/google_location_settings_helper.h

Issue 852593002: Allow overriding GoogleLocationSettingsHelper for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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
« no previous file with comments | « no previous file | chrome/browser/android/mock_google_location_settings_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/google_location_settings_helper.h
diff --git a/chrome/browser/android/google_location_settings_helper.h b/chrome/browser/android/google_location_settings_helper.h
index 5ffc776af12b89b33eb761dec32dbe053be53737..63639442192ebc34d4b79e185817703bc9906dc1 100644
--- a/chrome/browser/android/google_location_settings_helper.h
+++ b/chrome/browser/android/google_location_settings_helper.h
@@ -15,6 +15,7 @@ class GoogleLocationSettingsHelper {
public:
virtual ~GoogleLocationSettingsHelper() {}
+ // TODO(newt): remove this method once LocationSettings is all upstreamed.
static GoogleLocationSettingsHelper* Create();
virtual bool IsSystemLocationEnabled() = 0;
« no previous file with comments | « no previous file | chrome/browser/android/mock_google_location_settings_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698