Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: chrome/browser/resources/ntp4/incognito_tab.html

Issue 1440113002: [MD] Change appearance of incognito NTP to MD spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: guest Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 276d854b1d9bdb55c22a8eb0d5d4294daebb9cab..26948de47c7359aac614642a58cfc5de79bf235d 100644
--- a/chrome/browser/resources/ntp4/incognito_tab.html
+++ b/chrome/browser/resources/ntp4/incognito_tab.html
@@ -22,12 +22,12 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
<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>
+ <span i18n-content="incognitoTabWarning"></span>
</p>
</span>
+ <a i18n-content="learnMore" i18n-values=".href:learnMoreLink"></a>
</div>
</body>
<script src="chrome://resources/js/cr.js"></script>

Powered by Google App Engine
This is Rietveld 408576698