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

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: add a full stop 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
« no previous file with comments | « no previous file | chrome/browser/resources/supervised_user_block_interstitial.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cc81404920fc4634f7a7b335f35ed04aa0a89883 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(jshin): Get rid of i18n-values and import default_text.css instead
+ 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">
« no previous file with comments | « no previous file | chrome/browser/resources/supervised_user_block_interstitial.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698