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

Unified Diff: chrome/common/url_constants.cc

Issue 119913003: Enable Component Updater on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cpu nits Created 7 years 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/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | 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 8b7e2001e82605d2f7d97ad57e64571a858679ba..c33915c26fef5689e95c1edc27adb46602a559ff 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -536,6 +536,7 @@ const char kNotificationWelcomeLearnMoreURL[] =
const char* const kChromeHostURLs[] = {
kChromeUICacheHost,
kChromeUIChromeURLsHost,
+ kChromeUIComponentsHost,
kChromeUICrashesHost,
kChromeUICreditsHost,
#if defined(ENABLE_MDNS)
@@ -575,7 +576,6 @@ const char* const kChromeHostURLs[] = {
kChromeUIFlashHost,
kChromeUIInspectHost,
kChromeUIPluginsHost,
- kChromeUIComponentsHost,
kChromeUISettingsHost,
#endif
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698