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

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

Issue 2905433002: Refresh the Incognito NTP layout on default font size change (Closed)
Patch Set: Created 3 years, 7 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/ntp4/md_incognito_tab.html
diff --git a/chrome/browser/resources/ntp4/md_incognito_tab.html b/chrome/browser/resources/ntp4/md_incognito_tab.html
index 5cad43b07bd4378b978076c346a1f36d352d5341..223457d8a4c27d28c72fa55b1a1c2c7c503d28f6 100644
--- a/chrome/browser/resources/ntp4/md_incognito_tab.html
+++ b/chrome/browser/resources/ntp4/md_incognito_tab.html
@@ -33,6 +33,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
</div>
<a class="learn-more-button" href="$i18n{learnMoreLink}">$i18n{learnMore}</a>
</div>
+<div id="font-size-estimator">this text is not visible</div>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="md_incognito_tab.js"></script>

Powered by Google App Engine
This is Rietveld 408576698