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

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

Issue 2902783002: VR: Add URL bar security-related coloring and emphasis. (Closed)
Patch Set: Tweak the back button icon size to match UX mocks. 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/ui_scene_manager.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.cc b/chrome/browser/android/vr_shell/ui_scene_manager.cc
index 32efa09a4e6ab84ebb23c085b7020add7e804e47..12adfef24f7aba3d59ddf1167742c00fa319b6ff 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.cc
@@ -408,7 +408,7 @@ void UiSceneManager::SetURL(const GURL& gurl) {
url_bar_->SetURL(gurl);
}
-void UiSceneManager::SetSecurityLevel(int level) {
+void UiSceneManager::SetSecurityLevel(security_state::SecurityLevel level) {
url_bar_->SetSecurityLevel(level);
}

Powered by Google App Engine
This is Rietveld 408576698