| 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 f8542d99ca91595c46c3336f16b43aff1f20414f..8062f31243ee3ef1f0ac85315fa36d01bb3edbcb 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -29,6 +29,7 @@ class UiInterface {
|
| virtual void SetURL(const GURL& url) = 0;
|
| virtual void SetFullscreen(bool enabled) = 0;
|
| virtual void SetSecurityLevel(security_state::SecurityLevel level) = 0;
|
| + virtual void SetIncognito(bool enabled) = 0;
|
| virtual void SetWebVrSecureOrigin(bool secure) = 0;
|
| virtual void SetLoading(bool loading) = 0;
|
| virtual void SetLoadProgress(float progress) = 0;
|
|
|