diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 18:34:51 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 18:34:51 +0000 |
commit | aefdb477a4fb4ee11b85d2e8fa265aea531d8bf5 (patch) | |
tree | b2b2e0fe070505b2a8145988afa320b8cbe4ed5a /chrome/common/url_constants.h | |
parent | 30ebee97923efa86769332a801f92efcd6aa8121 (diff) | |
download | chromium_src-aefdb477a4fb4ee11b85d2e8fa265aea531d8bf5.zip chromium_src-aefdb477a4fb4ee11b85d2e8fa265aea531d8bf5.tar.gz chromium_src-aefdb477a4fb4ee11b85d2e8fa265aea531d8bf5.tar.bz2 |
Initial add of app launcher DOM UI.
BUG=None
TEST=Go to chrome://apps
Review URL: http://codereview.chromium.org/1353005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42786 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, 2 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 2d59c1e..4118a99 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -47,6 +47,7 @@ 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[]; @@ -61,6 +62,7 @@ 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[]; |