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

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

Issue 2784303002: Adds button to VRShell menu mode, which lets the user manually exit WebVR presentation. (Closed)
Patch Set: Fixed closure compiler error Created 3 years, 8 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 53ece4c58ef57555a46530a6dbba867823fdef55..8d65649a57da27df12f3f566cc95f04a89b12ce8 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -67,6 +67,7 @@ found in the LICENSE file.
<div id="back-button" class="round-button ui-element"></div>
<div id="reload-button" class="round-button ui-element"></div>
<div id="forward-button" class="round-button ui-element"></div>
+ <div id="exit-present-button" class="round-button ui-element"></div>
<div id="back-button-caption" class="button-caption ui-element">
$i18n{back}
</div>
@@ -76,6 +77,9 @@ found in the LICENSE file.
<div id="forward-button-caption" class="button-caption ui-element">
$i18n{forward}
</div>
+ <div id="exit-present-button-caption" class="button-caption ui-element">
+ $i18n{exitPresent}
+ </div>
<div id="reload-ui-button" class="ui-element">Reload UI</div>
<div id="content-interceptor" class="ui-element"></div>
<div id="tab-template" class="tab"></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