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. |