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

Unified Diff: chrome/common/url_constants.cc

Issue 1515153003: Enable chrome://gcm-internals on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/gcm_internals_ui.cc ('k') | components/components_tests.gyp » ('j') | 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 aebdf34548bfd5a9341fa361e0974bd57ca973c8..0cbbeaede8eb2d11d2497785d419b1498e0fa4d5 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -603,6 +603,7 @@ const char* const kChromeHostURLs[] = {
kChromeUIDeviceLogHost,
kChromeUIDNSHost,
kChromeUIFlagsHost,
+ kChromeUIGCMInternalsHost,
kChromeUIHistoryHost,
kChromeUIInvalidationsHost,
kChromeUILocalStateHost,
@@ -642,7 +643,6 @@ const char* const kChromeHostURLs[] = {
kChromeUIBookmarksHost,
kChromeUIDownloadsHost,
kChromeUIFlashHost,
- kChromeUIGCMInternalsHost,
kChromeUIHelpHost,
kChromeUIInspectHost,
kChromeUIPluginsHost,
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698