| Index: chrome/browser/android/vr_shell/ui_scene_manager.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| index a330af6147725a9d2854f43a34214b8b5ee52dad..cd7b616a44817645fb6e54ba4bb766916bd942f3 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -36,10 +36,9 @@ class UiSceneManager {
|
|
|
| void SetFullscreen(bool fullscreen);
|
| void SetIncognito(bool incognito);
|
| - void SetURL(const GURL& gurl);
|
| + void SetToolbarState(const ToolbarState& state);
|
| void SetWebVrSecureOrigin(bool secure);
|
| void SetWebVrMode(bool web_vr, bool auto_presented, bool show_toast);
|
| - void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
|
| void SetLoading(bool loading);
|
| void SetLoadProgress(float progress);
|
| void SetIsExiting();
|
|
|