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