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

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

Issue 208683007: Update incognito and guest browsing new tab page: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with corrupted images. Created 6 years, 8 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
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_tab.css ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..49594b883a8491c5224014170773f6b47fc25997 100644
--- a/chrome/browser/resources/ntp4/incognito_tab.html
+++ b/chrome/browser/resources/ntp4/incognito_tab.html
@@ -12,14 +12,9 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
</script>
</head>
<body>
-<div class="content"
- i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
Evan Stade 2014/04/11 22:15:09 why did you remove the font style?
edwardjung 2014/04/11 22:56:39 We're standardising the font to Arial across the b
- <img src="../../../../ui/webui/resources/images/otr_icon_standalone.png" class="icon">
+<div class="content">
+ <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>
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_tab.css ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698