| 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 558104394cdb5ded0e3f4c3efe91703e4b773a0b..45be0ac2e17121bcecc358dbb2864ab3bf708968 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -38,10 +38,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 show_toast);
|
| - void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
|
| void SetLoading(bool loading);
|
| void SetLoadProgress(float progress);
|
| void SetIsExiting();
|
|
|