diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 23:39:26 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 23:39:26 +0000 |
commit | 45a613edf3b4cd4566cf631424217b59c75c146d (patch) | |
tree | 289e8eb5ef071498ebc9c15733ddebdd40430068 /chrome/browser/browser_resources.grd | |
parent | 04222b8b7ac39d793c86593d65f5799664059423 (diff) | |
download | chromium_src-45a613edf3b4cd4566cf631424217b59c75c146d.zip chromium_src-45a613edf3b4cd4566cf631424217b59c75c146d.tar.gz chromium_src-45a613edf3b4cd4566cf631424217b59c75c146d.tar.bz2 |
Use the new tab page instead of chrome://apps/ in the app launcher
BUG=None
TEST=Start chrome with --enable-extension-apps --app-launcher-new-tab. Pressing Ctrl+T should show the NTP in the overlay.
Review URL: http://codereview.chromium.org/1660005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index c5e5a84..f961b36 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -24,7 +24,6 @@ without changes to the corresponding grd file. partydownup --> </if> <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" type="BINDATA" /> - <include name="IDR_APP_LAUNCHER_HTML" file="resources\app_launcher.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SSL_ROAD_BLOCK_HTML" file="security\resources\ssl_roadblock.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SSL_ERROR_HTML" file="security\resources\ssl_error.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> |