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/common/url_constants.h | |
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/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 9b3152f..b223f46 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -49,7 +49,6 @@ extern const char kAboutTermsURL[]; // chrome: URLs (including schemes). Should be kept in sync with the // components below. -extern const char kChromeUIAppsURL[]; extern const char kChromeUIBookmarksURL[]; extern const char kChromeUIDevToolsURL[]; extern const char kChromeUIDownloadsURL[]; @@ -65,7 +64,6 @@ extern const char kChromeUINewTabURL[]; // chrome components of URLs. Should be kept in sync with the full URLs // above. -extern const char kChromeUIAppsHost[]; extern const char kChromeUIBookmarksHost[]; extern const char kChromeUIDevToolsHost[]; extern const char kChromeUIDialogHost[]; |