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

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: 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 95ff30eebe87427835c534c28cc4326c84e3a4e7..d5217271fd87b5622a3b45d8ff3590fa5ca8861f 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 auto_presented,
bool show_toast) override;

Powered by Google App Engine
This is Rietveld 408576698