| 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 d3f404766f73e2a32f15dda3d63c49987722cafd..6029112c79ee1cd93b3c5f2fcac659b7f3e1d96d 100644
|
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| @@ -30,9 +30,10 @@ found in the LICENSE file.
|
| <div>$i18n{insecureWebVrContentTransient}</div>
|
| </div>
|
| </div>
|
| -
|
| </body>
|
|
|
| <!-- Run script after creating body, to let it add its own elements. -->
|
| +<script src="vr_shell_ui_api.js"></script>
|
| +<script src="vr_shell_ui_scene.js"></script>
|
| <script src="vr_shell_ui.js"></script>
|
| </html>
|
|
|