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

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

Issue 2642783009: Rename the VR pop-up URL indicator, making way for a real omnibox (Closed)
Patch Set: Created 3 years, 11 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
« 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 e46003166fe5a06455175e02afe86aad51a464ae..7c492ffde064a6b9f8be7a38f939e42636063467 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -31,13 +31,14 @@ found in the LICENSE file.
<div>$i18n{insecureWebVrContentTransient}</div>
</div>
</div>
- <div id="omnibox-container" class="ui-element">
- <div id="omnibox-border">
- <div id="omnibox">
- <div id="omnibox-content">
- <div id="omnibox-info-icon" class="omnibox-icon"></div>
- <div id="omnibox-lock-icon" class="omnibox-icon"></div>
- <div id="omnibox-warning-icon" class="omnibox-icon"></div>
+ <div id="url-indicator-container" class="ui-element">
+ <div id="url-indicator-border">
+ <div id="url-indicator">
+ <div id="url-indicator-content">
+ <div id="url-indicator-info-icon" class="url-indicator-icon"></div>
+ <div id="url-indicator-lock-icon" class="url-indicator-icon"></div>
+ <div id="url-indicator-warning-icon" class="url-indicator-icon">
+ </div>
<div id="url">
<span id="domain"></span><span id="path"></span>
</div>
« 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