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

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

Issue 440123002: Remove unused methods from GoogleLocationSettingsHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/android/mock_google_location_settings_helper.h
diff --git a/chrome/browser/android/mock_google_location_settings_helper.h b/chrome/browser/android/mock_google_location_settings_helper.h
index 14fa9c857d447dd8e2e3584861d7e66286a404cd..1dd367665bf3a3a8f93dce3b8914f734878cfc4a 100644
--- a/chrome/browser/android/mock_google_location_settings_helper.h
+++ b/chrome/browser/android/mock_google_location_settings_helper.h
@@ -12,9 +12,10 @@ class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper {
public:
static void SetLocationStatus(bool master, bool google_apps);
- // GoogleLocationSettingsHelper implementation:
- virtual bool IsMasterLocationSettingEnabled() OVERRIDE;
- virtual bool IsGoogleAppsLocationSettingEnabled() OVERRIDE;
+ virtual bool IsSystemLocationEnabled() OVERRIDE;
+
+ bool IsMasterLocationSettingEnabled();
+ bool IsGoogleAppsLocationSettingEnabled();
protected:
MockGoogleLocationSettingsHelper();

Powered by Google App Engine
This is Rietveld 408576698