| Index: chrome/browser/android/location_settings_impl.h
|
| diff --git a/chrome/browser/android/location_settings_impl.h b/chrome/browser/android/location_settings_impl.h
|
| index 581829f2f53accedadf6e6983d44b71307c7dd25..fd324b4c6da8c7526172619f9c3dd632516aedc4 100644
|
| --- a/chrome/browser/android/location_settings_impl.h
|
| +++ b/chrome/browser/android/location_settings_impl.h
|
| @@ -21,6 +21,17 @@ class LocationSettingsImpl : 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;
|
| +
|
| + // Registers the location settings native methods through JNI.
|
| + static bool Register(JNIEnv* env);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(LocationSettingsImpl);
|
| };
|
|
|