diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 02:51:27 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 02:51:27 +0000 |
commit | f48244415f546d1377add28f2a4e8518f971855a (patch) | |
tree | 38dce4b710a8fa6f504b3082e3a8495df6fd1b1f /chrome/browser/browser_resources.grd | |
parent | ffb58712b8df553bea49d9f10fa1ba91f9971b70 (diff) | |
download | chromium_src-f48244415f546d1377add28f2a4e8518f971855a.zip chromium_src-f48244415f546d1377add28f2a4e8518f971855a.tar.gz chromium_src-f48244415f546d1377add28f2a4e8518f971855a.tar.bz2 |
Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments.
To experiment with presentation edit chrome/browser/resources/ntp4/suggested_page.css|.js
To experiment with data edit chrome/browser/ui/webui/ntp/suggested_page_handler.h|.cc
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9358031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index def9d05..c9d2956 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -107,6 +107,8 @@ <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_browsing_malware_block.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_browsing_phishing_block.html" flattenhtml="true" type="BINDATA" /> + <include name="IDR_SUGGESTIONS_PAGE_CSS" file="resources\ntp4\suggestions_page.css" type="BINDATA" /> + <include name="IDR_SUGGESTIONS_PAGE_JS" file="resources\ntp4\suggestions_page.js" type="BINDATA" /> <include name="IDR_SESSIONS_HTML" file="resources\sessions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_SESSIONS_JS" file="resources\sessions.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_SSL_ERROR_HTML" file="resources\ssl_error.html" flattenhtml="true" type="BINDATA" /> |