| 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();
|
|
|