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

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

Issue 9455078: Simplify the incognito NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing, adding Android. Created 8 years, 9 months 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/incognito_tab.html
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
index d2230e0f020b7ac1f78ba8152c482b394931c4e7..26dce8e6a8d5921b5da96aac29ec1c2024573c71 100644
--- a/chrome/browser/resources/incognito_tab.html
+++ b/chrome/browser/resources/incognito_tab.html
@@ -13,10 +13,9 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
<body>
<div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<img src="shared/images/otr_icon_standalone.png" class="icon" />
- <span i18n-values=".innerHTML:content"></span>
+ <div i18n-values=".innerHTML:content"></div>
<div style="margin-top:15px">
- <img src="../../app/theme/extensions_section.png" class="extensionicon" />
- <span i18n-values=".innerHTML:extensionsmessage"></span>
+ <p i18n-values=".innerHTML:extensionsmessage"></p>
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698