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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.html

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Return UI-specific image resources to the UI resource directory. Created 4 years 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/resources/vr_shell/vr_shell_ui.html
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
index 2d5364dc6c7bf0a94280aa131e64b5a4b0419387..8580297ad1e84203a7330bec9f7a4f07fceb0254 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -22,7 +22,7 @@ found in the LICENSE file.
<div id="webvr-not-secure-permanent" class="webvr-message-box ui-element">
<div class="webvr-box">
<img class="webvr-not-secure-icon" width="36" height="36"
- src="../../../../ui/webui/resources/images/i_circle.svg">
Dan Beam 2016/12/13 03:56:59 if you want to not inline but still shared, you ca
cjgrant 2016/12/19 21:19:09 Deferring on this until we address the icon colori
+ src="images/info.svg">
<div class="webvr-string">$i18n{insecureWebVrContentPermanent}</div>
</div>
</div>
@@ -34,12 +34,9 @@ found in the LICENSE file.
<div id="omni-container" class="ui-element">
<div id="omni" class="idle">
<div id="omni-content">
- <img id="omni-insecure-icon" class="connection-security"
- src="../../../../ui/webui/resources/images/i_circle.svg">
- <img id="omni-secure-icon" class="connection-security"
- src="../../../../ui/webui/resources/images/lock.svg">
+ <img id="omni-icon">
<div id="url">
- <span id="domain"></span><span id="path"></span>
+ <span id="domain"></span><span id="path"></span>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698