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

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

Issue 7838019: [ntp4] Include a helper link for importing bookmarks if the user doesn't have any. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Code review improvements. Created 9 years, 3 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/new_tab.html
===================================================================
--- chrome/browser/resources/ntp4/new_tab.html (revision 99893)
+++ chrome/browser/resources/ntp4/new_tab.html (working copy)
@@ -144,4 +144,11 @@
<a i18n-content="bookmarksShowAllLinkTitle"></a>
</div>
+<!-- Bookmarks Import Data Link -->
+<div id="bookmarks-import-data-link-template"
+ class="bookmarks-import-data-link-wrapper" hidden>
+ <a href="chrome://settings/importData"
+ i18n-content="importDataLinkTitle"></a>
+</div>
+
</html>

Powered by Google App Engine
This is Rietveld 408576698