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

Unified Diff: chrome/browser/android/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
« no previous file with comments | « no previous file | chrome/browser/android/google_location_settings_helper.cc » ('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 8b8091f17086d795509df06676f7fb37a75bb9a6..5ffc776af12b89b33eb761dec32dbe053be53737 100644
--- a/chrome/browser/android/google_location_settings_helper.h
+++ b/chrome/browser/android/google_location_settings_helper.h
@@ -17,21 +17,11 @@ class GoogleLocationSettingsHelper {
static GoogleLocationSettingsHelper* Create();
- virtual bool IsSystemLocationEnabled();
+ virtual bool IsSystemLocationEnabled() = 0;
protected:
GoogleLocationSettingsHelper() {}
- // TODO(miguelg) Remove these three methods once the downstream
- // dependencies get updated.
- virtual std::string GetAcceptButtonLabel(bool allow);
- virtual bool IsAllowLabel();
- virtual void ShowGoogleLocationSettings();
-
- // Checks both Master and Google Apps location setting to see
- // if we should allow geolocation.
- virtual bool IsMasterLocationSettingEnabled();
- virtual bool IsGoogleAppsLocationSettingEnabled();
private:
« no previous file with comments | « no previous file | chrome/browser/android/google_location_settings_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698