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

Unified Diff: chrome/browser/android/location_settings_impl.h

Issue 2725253002: Rebase and some more stuff
Patch Set: Created 3 years, 10 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 | « chrome/browser/android/location_settings.h ('k') | chrome/browser/android/location_settings_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a48db5fa4a9b253295c71b75c43ba56414ed4c7e..c4e49283a720afc89840c016a3a38dd6a1a574e7 100644
--- a/chrome/browser/android/location_settings_impl.h
+++ b/chrome/browser/android/location_settings_impl.h
@@ -18,11 +18,11 @@ class LocationSettingsImpl : public LocationSettings {
~LocationSettingsImpl() override;
// LocationSettings implementation:
- bool CanSitesRequestLocationPermission(
+ bool HasAndroidLocationPermission() override;
+ bool CanPromptForAndroidLocationPermission(
content::WebContents* web_contents) override;
-
+ bool IsSystemLocationSettingEnabled() override;
bool CanPromptToEnableSystemLocationSetting() override;
-
void PromptToEnableSystemLocationSetting(
const LocationSettingsDialogContext prompt_context,
content::WebContents* web_contents,
« no previous file with comments | « chrome/browser/android/location_settings.h ('k') | chrome/browser/android/location_settings_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698