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

Unified Diff: chrome/common/url_constants.cc

Issue 23441085: Expose chrome, devices, and help Chrome URL hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index b1dfee8f38ac361b36ffee0930c6653bb56e2de2..c84731ec9ed11639d8e566667a25e415508e8c29 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -519,8 +519,10 @@ const char* const kChromeHostURLs[] = {
kChromeUIChromeURLsHost,
kChromeUICrashesHost,
kChromeUICreditsHost,
+ kChromeUIDevicesHost,
kChromeUIDNSHost,
kChromeUIFlagsHost,
+ kChromeUIHelpHost,
kChromeUIHistoryHost,
kChromeUIIPCHost,
kChromeUIMemoryHost,
@@ -539,6 +541,7 @@ const char* const kChromeHostURLs[] = {
kChromeUISyncInternalsHost,
kChromeUITermsHost,
kChromeUITranslateInternalsHost,
+ kChromeUIUberHost,
kChromeUIUserActionsHost,
kChromeUIVersionHost,
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698