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

Unified Diff: chrome/browser/android/vr_shell/ui_interface.h

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: Add GeolocationManager service Created 3 years, 5 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
Index: chrome/browser/android/vr_shell/ui_interface.h
diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
index 29c3bf3576b692509b2935d2a684ec28ff35a943..6cb7f61c5d6e81bfaab464ede07cb2ae9c63941c 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -41,6 +41,7 @@ class UiInterface {
virtual void SetScreenCapturingIndicator(bool enabled) = 0;
virtual void SetAudioCapturingIndicator(bool enabled) = 0;
virtual void SetBluetoothConnectedIndicator(bool enabled) = 0;
+ virtual void SetLocationAccessIndicator(bool enabled) = 0;
virtual void SetSplashScreenIcon(const SkBitmap& bitmap) = 0;
// Tab handling.

Powered by Google App Engine
This is Rietveld 408576698