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

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

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.cc
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.cc b/chrome/browser/android/vr_shell/vr_gl_thread.cc
index ae75b85d3e8c2f92dfcf1e1d11b65ed807b61749..e4b1407530127507a6473a0f4064b8cc751293f5 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.cc
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.cc
@@ -155,7 +155,7 @@ void VrGLThread::SetLoading(bool loading) {
weak_scene_manager_, loading));
}
-void VrGLThread::SetSecurityLevel(int level) {
+void VrGLThread::SetSecurityLevel(security_state::SecurityLevel level) {
WaitUntilThreadStarted();
task_runner()->PostTask(FROM_HERE,
base::Bind(&UiSceneManager::SetSecurityLevel,

Powered by Google App Engine
This is Rietveld 408576698