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

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

Issue 2647053002: Add initial VR interactive omnibox. (Closed)
Patch Set: Rebase to ToT. 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 7c492ffde064a6b9f8be7a38f939e42636063467..d351bcfd2a5eedfe574e38ee11c2019510943cef 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -46,6 +46,20 @@ found in the LICENSE file.
</div>
</div>
</div>
+ <div id="omnibox-ui-element" class="ui-element">
+ <div id="suggestions">
+ <div id="suggestion-4" class="omnibox-suggestion"></div>
+ <div id="suggestion-3" class="omnibox-suggestion"></div>
+ <div id="suggestion-2" class="omnibox-suggestion"></div>
+ <div id="suggestion-1" class="omnibox-suggestion"></div>
+ <div id="suggestion-0" class="omnibox-suggestion"></div>
+ </div>
+ <div id="omnibox-url-divider"></div>
+ <div id="omnibox-url-element">
+ <input id="omnibox-input-field" type="url"></input>
+ <div id="omnibox-clear-button"></div>
+ </div>
+ </div>
<div id="back" class="round-button ui-element">
<div class="button"></div>
<div class="caption">$i18n{back}</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