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

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

Issue 14685004: Add finch flag for rendering a recently closed link on the local ntp. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 7 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/local_ntp/local_ntp.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
index 71f24c21a744d0d3913ec3b80c4a281813ba1a10..8be7ea4a21881266b4d69fa896bae008931bb5e0 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp.html
@@ -29,7 +29,11 @@
</span>
</div>
</div>
- <div id="attribution"></div>
+ <div id="footer">
+ <div id="attribution">
+ <div id="attribution-text"></div>
+ </div>
+ </div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698