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

Unified Diff: chrome/browser/resources/supervised_user_block_interstitial.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 | « chrome/browser/resources/supervised_user_block_interstitial.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/supervised_user_block_interstitial.html
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.html b/chrome/browser/resources/supervised_user_block_interstitial.html
index fc4c6e1dbf18f522fd5d0361614edab3871e9a5d..283f72246ecd98856b2b0798783649d343354232 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -11,7 +11,9 @@
<script src="supervised_user_block_interstitial.js"></script>
</head>
-<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 i18n-values=".style.fontFamily:fontfamily">
<div id="main-frame-blocked">
<div id="box">
<div id="content-top">
« no previous file with comments | « chrome/browser/resources/supervised_user_block_interstitial.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698