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

Unified Diff: chrome/android/shell/chrome_shell_google_location_settings_helper.h

Issue 441883003: Simplify Android geolocation permission checks (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/android/shell/chrome_shell_google_location_settings_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/chrome_shell_google_location_settings_helper.h
diff --git a/chrome/android/shell/chrome_shell_google_location_settings_helper.h b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
index a4fd2c9d272b1125f47b4b369d3bd0f953ee715a..e8cd206df74658006331c0a721378ef54a211e9c 100644
--- a/chrome/android/shell/chrome_shell_google_location_settings_helper.h
+++ b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
@@ -12,11 +12,7 @@ class ChromeShellGoogleLocationSettingsHelper
: public GoogleLocationSettingsHelper {
public:
// GoogleLocationSettingsHelper implementation:
- virtual std::string GetAcceptButtonLabel(bool allow) OVERRIDE;
- virtual void ShowGoogleLocationSettings() OVERRIDE;
- virtual bool IsMasterLocationSettingEnabled() OVERRIDE;
- virtual bool IsGoogleAppsLocationSettingEnabled() OVERRIDE;
- virtual bool IsAllowLabel() OVERRIDE;
+ virtual bool IsSystemLocationEnabled() OVERRIDE;
protected:
ChromeShellGoogleLocationSettingsHelper();
« no previous file with comments | « no previous file | chrome/android/shell/chrome_shell_google_location_settings_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698