Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index eada84470d91b686bcee5ef09509fa1aa3b30575..b16d58cd3fca6167d1f43af08d967252fec946b8 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -101,6 +101,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[]; |
@@ -226,6 +230,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[]; |