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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html

Issue 2930043002: Implement V2 design for quiet safe browsing interstitial (Closed)
Patch Set: Remove extra break Created 3 years, 6 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: components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
diff --git a/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html b/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
index 63de8891ab1e5c3409622122f11a54ce2d0adeb1..12ad2754ad4cc6af4695bda2e33027b858320026 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
+++ b/components/security_interstitials/core/browser/resources/interstitial_webview_quiet.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="interstitial_common.css">
<link rel="stylesheet" href="interstitial_webview_quiet.css">
<script src="../../../../../ui/webui/resources/js/util.js"></script>
+ <script src="interstitial_common.js"></script>
<script src="interstitial_webview_quiet.js"></script>
</head>
<body id="body">
@@ -23,7 +24,7 @@
</div>
<div id="details" class="hidden">
<p>
- $i18Raw{explanationParagraph}
+ $i18nRaw{explanationParagraph}
</p>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698