| 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 64bea2f3262038bac775fa01510803859d7a9b36..62f244cd176134d4040043820e06946b6fd6fc7f 100644
|
| --- a/chrome/browser/android/mock_google_location_settings_helper.h
|
| +++ b/chrome/browser/android/mock_google_location_settings_helper.h
|
| @@ -14,11 +14,8 @@ class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper {
|
| static bool WasGoogleLocationSettingsCalled();
|
|
|
| // 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;
|
|
|
| protected:
|
| MockGoogleLocationSettingsHelper();
|
|
|