| Index: chrome/browser/android/mock_location_settings.h
|
| diff --git a/chrome/browser/android/mock_location_settings.h b/chrome/browser/android/mock_location_settings.h
|
| index 0e46d35939c742c3fc76b98ac2797b60b6afa7e9..2089555d2f34ee1c1cbb32055f1d64387eb18831 100644
|
| --- a/chrome/browser/android/mock_location_settings.h
|
| +++ b/chrome/browser/android/mock_location_settings.h
|
| @@ -19,6 +19,14 @@ class MockLocationSettings : public LocationSettings {
|
| bool CanSitesRequestLocationPermission(
|
| content::WebContents* web_contents) override;
|
|
|
| + bool CanPromptToEnableSystemLocationSetting() override;
|
| +
|
| + void PromptToEnableSystemLocationSetting(
|
| + const LocationSettingsDialogContext prompt_context,
|
| + content::WebContents* web_contents,
|
| + LocationSettingsDialogOutcomeCallback callback)
|
| + override;
|
| +
|
| bool IsMasterLocationSettingEnabled();
|
| bool IsGoogleAppsLocationSettingEnabled();
|
|
|
|
|