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

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

Issue 2363553003: VrShell: implement insecure content warning display (Closed)
Patch Set: Use CSS styling instead of inline styles Created 4 years, 3 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
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">&#x24d8; $i18n{insecureWebVrContentPermanent}</span></div>
</body>
<!-- Run script after creating body, to let it add its own elements. -->

Powered by Google App Engine
This is Rietveld 408576698