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

Unified Diff: chrome/browser/vr/ui_interface.h

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: Rebase 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/vr/ui_interface.h
diff --git a/chrome/browser/vr/ui_interface.h b/chrome/browser/vr/ui_interface.h
index fde6f7f581f07248c8173cd4a5e3bf370940a1da..f31e22d46f08f9a29745a793f4aeffaba25f4685 100644
--- a/chrome/browser/vr/ui_interface.h
+++ b/chrome/browser/vr/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