| 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 f4ebdfdd9e93606b8690e561e52382b38d0db7d4..0d8cf1e2f24c2f47612c1ba803133a09187ce336 100644
|
| --- a/chrome/browser/resources/ntp4/incognito_tab.html
|
| +++ b/chrome/browser/resources/ntp4/incognito_tab.html
|
| @@ -14,12 +14,8 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| <body>
|
| <div class="content"
|
| i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| - <img src="../../../../ui/webui/resources/images/otr_icon_standalone.png" class="icon">
|
| + <div class="icon"></div>
|
| <span i18n-values=".innerHTML:content"></span>
|
| - <div class="extensions-message">
|
| - <div class="extension-icon"></div>
|
| - <span i18n-values=".innerHTML:extensionsmessage"></span>
|
| - </div>
|
| </div>
|
| </body>
|
| <script src="chrome://resources/js/cr.js"></script>
|
|
|