| Index: chrome/browser/resources/ntp4/incognito_tab.html
|
| diff --git a/chrome/browser/resources/ntp4/incognito_tab.html b/chrome/browser/resources/ntp4/incognito_tab.html
|
| index 7d4a943424affb659e9b1c4c3731841a2a308ca7..92970048baaeb7de451a903805886bad0f148369 100644
|
| --- a/chrome/browser/resources/ntp4/incognito_tab.html
|
| +++ b/chrome/browser/resources/ntp4/incognito_tab.html
|
| @@ -3,6 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="incognito_and_guest_tab.css">
|
| <link rel="stylesheet" href="incognito_tab.css">
|
| <script>
|
| @@ -13,8 +14,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| </script>
|
| </head>
|
| <body>
|
| -<div class="content"
|
| - i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<div class="content">
|
| <div class="icon"></div>
|
| <span>
|
| <h1 i18n-content="incognitoTabHeading"></h1>
|
|
|