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

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: move onKeyDown into PageListView onDocKeyDown 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
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[];

Powered by Google App Engine
This is Rietveld 408576698