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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.html

Issue 808753006: Add back i18n-values=.*font{Family,fontSize} for now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/security_warnings/interstitial_v2.html
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.html b/chrome/browser/resources/security_warnings/interstitial_v2.html
index 991aa3489ee1e668cc1c369a06e58c7639d5d2fe..65281c7f469b4f81f8ccc4fb19904fedc39cf575 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.html
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
@@ -5,14 +5,15 @@
<meta name="viewport"
content="initial-scale=1, minimum-scale=1, width=device-width">
<title i18n-content="tabTitle"></title>
- <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="interstitial_v2.css">
<script src="../../../../ui/webui/resources/js/util.js"></script>
<script src="ssl.js"></script>
<script src="safe_browsing.js"></script>
<script src="interstitial_v2.js"></script>
</head>
-<body id="body">
+<!-- TODO: Get rid of i18n-values and import default_text.css instead
Evan Stade 2015/01/06 18:32:26 nit: put your name in the TODO (to indicate author
+ once interstitial page loading does not use data url any more -->
+<body id="body" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div class="interstitial-wrapper">
<div class="icon" id="icon"></div>
<div id="main-message">

Powered by Google App Engine
This is Rietveld 408576698