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"> |