| 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 4cd5ace00c6038e043499b80c96dafd6d48160ae..37e48deebc613799867af69fb982a10944baffe9 100644
|
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| @@ -17,6 +17,21 @@ found in the LICENSE file.
|
| <link rel="stylesheet" href="vr_shell_ui.css">
|
| </head>
|
| <body>
|
| +<div id="webvr-not-secure-transient" class="webvr-message-box">
|
| + <div>
|
| + <div>
|
| + Your connection to this site is not
|
| + private. To exit VR mode at any time, remove headset and press
|
| + back.
|
| + <!-- $i18n{insecureWebVrContentTransient} -->
|
| + </div>
|
| + </div>
|
| +</div>
|
| +<div id="webvr-not-secure-permanent" class="webvr-message-box">
|
| + <span>ⓘ Not secure
|
| + <!-- $i18n{insecureWebVrContentPermanent} -->
|
| + </span>
|
| +</div>
|
| </body>
|
|
|
| <!-- Run script after creating body, to let it add its own elements. -->
|
|
|