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

Unified Diff: chrome/common/url_constants.h

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove grabber.js Created 9 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 437c9937b50e35762217214cd9fefb167a45c176..0e896d5a76deb817219a9ae577bd83cd004b0a1d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -100,6 +100,10 @@ extern const char kChromeUIHttpAuthURL[];
extern const char kChromeUIRepostFormWarningURL[];
#endif
+#if defined(USE_AURA)
+extern const char kChromeUIAppListURL[];
+#endif
+
// chrome components of URLs. Should be kept in sync with the full URLs above.
extern const char kChromeUIAboutHost[];
extern const char kChromeUIAppCacheInternalsHost[];
@@ -224,6 +228,10 @@ extern const char kChromeUIHttpAuthHost[];
extern const char kChromeUIRepostFormWarningHost[];
#endif
+#if defined(USE_AURA)
+extern const char kChromeUIAppListHost[];
+#endif
+
// Options sub-pages.
extern const char kAdvancedOptionsSubPage[];
extern const char kAutofillSubPage[];
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698