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