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

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

Issue 2647053002: Add initial VR interactive 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
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 5b54cd0f04c4a3160988a416f440e208e8b4a2ae..2918857e706f6052ba29d9c842bb5937d3025bdc 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -48,6 +48,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"></input>
bshe 2017/01/23 16:24:37 can this be type="url"?
+ <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>

Powered by Google App Engine
This is Rietveld 408576698