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

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

Issue 2902783002: VR: Add URL bar security-related coloring and emphasis. (Closed)
Patch Set: Another test case for HTTPS + not secure. Created 3 years, 7 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 3f8f437299c9f3cc87a79c9a36bba559b36f0e4b..0ca080db215a00de11c0aea16a52db7c245ccac5 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -11,6 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
+#include "chrome/browser/android/vr_shell/ui_interface.h"
#include "chrome/browser/android/vr_shell/vr_browser_interface.h"
#include "third_party/gvr-android-sdk/src/libraries/headers/vr/gvr/capi/include/gvr_types.h"
@@ -66,7 +67,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 SetSecurityLevel(int level) override;
+ void SetSecurityLevel(security_state::SecurityLevel level) override;
void SetURL(const GURL& gurl) override;
void SetWebVrMode(bool enabled) override;
void SetWebVrSecureOrigin(bool secure) override;

Powered by Google App Engine
This is Rietveld 408576698