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

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

Issue 2500283003: Allow the VR omnibox to be transient. (Closed)
Patch Set: Created 4 years, 1 month 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 4c295d22fd1919f9c1ff3c04ebaa058a2e741780..2d5364dc6c7bf0a94280aa131e64b5a4b0419387 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -31,7 +31,7 @@ found in the LICENSE file.
<div>$i18n{insecureWebVrContentTransient}</div>
</div>
</div>
- <div class="ui-element">
+ <div id="omni-container" class="ui-element">
<div id="omni" class="idle">
<div id="omni-content">
<img id="omni-insecure-icon" class="connection-security"

Powered by Google App Engine
This is Rietveld 408576698