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

Unified Diff: chrome/common/url_constants.cc

Issue 12387070: content: Move more constants from url_constants.h into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('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 2341c08b9b8b6b660fb9c4f8f521026fb98b3ad3..1db3b326c5bc2db298d9b687d88c492c1b646650 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -502,15 +502,15 @@ const char kLearnMoreEnterpriseURL[] =
#endif
const char* const kChromeDebugURLs[] = {
- kChromeUICrashURL,
- kChromeUIKillURL,
- kChromeUIHangURL,
+ content::kChromeUICrashURL,
+ content::kChromeUIKillURL,
+ content::kChromeUIHangURL,
content::kChromeUIShorthangURL,
- kChromeUIGpuCleanURL,
- kChromeUIGpuCrashURL,
- kChromeUIGpuHangURL,
- kChromeUIPpapiFlashCrashURL,
- kChromeUIPpapiFlashHangURL
+ content::kChromeUIGpuCleanURL,
+ content::kChromeUIGpuCrashURL,
+ content::kChromeUIGpuHangURL,
+ content::kChromeUIPpapiFlashCrashURL,
+ content::kChromeUIPpapiFlashHangURL
};
const int kNumberOfChromeDebugURLs =
static_cast<int>(arraysize(kChromeDebugURLs));
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698