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..0210cdbe5d015c582e815e1e89ee500aa2e6682d 100644 |
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html |
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html |
@@ -17,6 +17,10 @@ found in the LICENSE file. |
<link rel="stylesheet" href="vr_shell_ui.css"> |
Dan Beam
2016/09/27 22:33:40
can you pull in text_defaults.css or text_defaults
|
</head> |
<body> |
+<!-- IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_TRANSIENT message --> |
+<div id="webvr-not-secure-transient" class="webvr-message-box"><div class="webvr-center"><span class="webvr-center">$i18n{insecureWebVrContentTransient}</span></div></div></body> |
Dan Beam
2016/09/27 22:33:40
we try to wrap at 80 columns in HTML as well
|
+<!-- IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_PERMANENT message --> |
+<div id="webvr-not-secure-permanent" class="webvr-message-box"><span class="webvr-center">ⓘ $i18n{insecureWebVrContentPermanent}</span></div> |
</body> |
<!-- Run script after creating body, to let it add its own elements. --> |