| 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>
|
|
|