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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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
Index: chrome/browser/android/vr_shell/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index 8e3b89d0f0a82bde462a9c4a2ace672b026d2fd3..ba09e9aa37fe1eb4ad33de935fbf1be52966e5b2 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -16,8 +16,6 @@
#include "chrome/browser/android/vr_shell/ui_interface.h"
#include "third_party/gvr-android-sdk/src/libraries/headers/vr/gvr/capi/include/gvr_types.h"
-class GURL;
-
namespace vr_shell {
class UiScene;
@@ -75,9 +73,7 @@ class VrGLThread : public base::Thread,
void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward) override;
void SetLoadProgress(float progress) override;
void SetLoading(bool loading) override;
- void SetSecurityInfo(security_state::SecurityLevel level,
- bool malware) override;
- void SetURL(const GURL& gurl) override;
+ void SetToolbarState(const ToolbarState& state) override;
void SetWebVrMode(bool enabled, bool show_toast) override;
void SetWebVrSecureOrigin(bool secure) override;
void SetVideoCapturingIndicator(bool enabled) override;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698