| 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..7a4c8e34eae0ba1962bbee140bee588ca67bfbae 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="incognito_and_guest_tab.css"> | 
| <link rel="stylesheet" href="incognito_tab.css"> | 
| <script> | 
| // Until themes can clear the cache, force-reload the theme stylesheet. | 
| @@ -14,12 +15,17 @@ 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"> | 
| -  <span i18n-values=".innerHTML:content"></span> | 
| -  <div class="extensions-message"> | 
| -    <div class="extension-icon"></div> | 
| -    <span i18n-values=".innerHTML:extensionsmessage"></span> | 
| -  </div> | 
| +  <div class="icon"></div> | 
| +  <span> | 
| +    <h1 i18n-content="incognitoTabHeading"></h1> | 
| +    <p> | 
| +      <span i18n-values=".innerHTML:incognitoTabDescription"></span> | 
| +      <a i18n-content="learnMore" i18n-values=".href:learnMoreLink"></a> | 
| +    </p> | 
| +    <p> | 
| +      <strong i18n-content="incognitoTabWarning"></strong> | 
| +    </p> | 
| +  </span> | 
| </div> | 
| </body> | 
| <script src="chrome://resources/js/cr.js"></script> | 
|  |