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

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: added dynamic loading of the JS and CSS 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 3ba6cf9b3149834fa6f51db353e8f4fe35abc0a8..0afc067a654037cabb7e0481f67c5363a98e3081 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -26,6 +26,7 @@
<link rel="stylesheet" href="../shared/css/menu.css">
<link rel="stylesheet" href="../shared/css/trash.css">
<link rel="stylesheet" href="apps_page.css">
+<link rel="stylesheet" href="chrome://newtab/suggestions_page.css">
Evan Stade 2012/02/17 20:07:35 do the same thing for this one as you did for the
Evan Stade 2012/02/17 20:08:14 oh nevermind. I see what you did.
GeorgeY 2012/02/21 23:32:23 Yes. Apparently the css refused to load anywhere e
Evan Stade 2012/02/23 02:10:20 does this cause a "resource failed to load" error
GeorgeY 2012/02/24 01:52:07 No, no error that I see - I think empty .css is OK
<link rel="stylesheet" href="most_visited_page.css">
<link rel="stylesheet" href="nav_dot.css">
<link rel="stylesheet" href="new_tab.css">

Powered by Google App Engine
This is Rietveld 408576698