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

Unified Diff: chrome/browser/resources/supervised_user_block_interstitial.html

Issue 830743003: Directly inline shared WebUI CSS declarations into the security and supervised user interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: revert stuff 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/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 a24258335108534d0f54db16d43ec9035b00d072..18a9059eba0fcdc2882955e79e244f07c7169e0a 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -11,9 +11,7 @@
<script src="supervised_user_block_interstitial.js"></script>
</head>
-<!-- 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">
+<body>
<div id="main-frame-blocked">
<div id="box">
<div id="content-top">

Powered by Google App Engine
This is Rietveld 408576698