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

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

Issue 2557743006: Fix omnibox security icons. (Closed)
Patch Set: Add warning icon support. 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
« no previous file with comments | « chrome/browser/resources/vr_shell/vr_shell_ui.css ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3ba2f45b0fd1ff17b5bba4691cb740c136dfc8fb 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -34,9 +34,11 @@ 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"
+ <img id="omni-warning-icon" class="connection-security"
+ src="../../../../ui/webui/resources/images/warning.svg">
+ <img id="omni-info-icon" class="connection-security"
src="../../../../ui/webui/resources/images/i_circle.svg">
- <img id="omni-secure-icon" class="connection-security"
+ <img id="omni-lock-icon" class="connection-security"
src="../../../../ui/webui/resources/images/lock.svg">
<div id="url">
<span id="domain"></span><span id="path"></span>
« no previous file with comments | « chrome/browser/resources/vr_shell/vr_shell_ui.css ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698