| 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 245bf0d3f574e77a6b04f79634b19d67ebe5c127..0b384dc2073a29bcb355d9ec4b0dcf244c59e6e0 100644
|
| --- a/chrome/browser/resources/security_warnings/interstitial_v2.html
|
| +++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
|
| @@ -12,9 +12,7 @@
|
| <script src="safe_browsing.js"></script>
|
| <script src="interstitial_v2.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 id="body" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body id="body">
|
| <div class="interstitial-wrapper">
|
| <div class="icon" id="icon"></div>
|
| <div id="main-message">
|
|
|