Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager.h

Issue 2960903002: VR: Use ToolbarModel to drive VR URL bar state. (Closed)
Patch Set: Update toolbar build file to include vector icons for Android. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/ui_interface.h ('k') | chrome/browser/android/vr_shell/ui_scene_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/android/vr_shell/ui_interface.h ('k') | chrome/browser/android/vr_shell/ui_scene_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698