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

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

Issue 9358031: Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra line Created 8 years, 10 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
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index eb1c80d11003880edf02e6388d32f057b3a3a9ab..9682f0277f3a26a925944eccc871deb341d2dff5 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -27,6 +27,7 @@
<link rel="stylesheet" href="../shared/css/trash.css">
<link rel="stylesheet" href="apps_page.css">
<link rel="stylesheet" href="most_visited_page.css">
+<link rel="stylesheet" href="suggested_page.css">
<link rel="stylesheet" href="nav_dot.css">
<link rel="stylesheet" href="new_tab.css">
<link rel="stylesheet" href="recently_closed.css">
@@ -55,6 +56,7 @@
<script src="apps_page.js"></script>
<script src="dot_list.js"></script>
<script src="most_visited_page.js"></script>
+<script src="suggested_page.js"></script>
<script src="trash.js"></script>
<script src="page_list_view.js"></script>
<script src="page_switcher.js"></script>

Powered by Google App Engine
This is Rietveld 408576698