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

Unified Diff: content/public/common/url_constants.h

Issue 9349010: Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 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
Index: content/public/common/url_constants.h
===================================================================
--- content/public/common/url_constants.h (revision 120733)
+++ content/public/common/url_constants.h (working copy)
@@ -41,7 +41,14 @@
// About URLs (including schemes).
CONTENT_EXPORT extern const char kAboutBlankURL[];
-CONTENT_EXPORT extern const char kAboutCrashURL[];
+CONTENT_EXPORT extern const char kChromeUIBrowserCrashHost[];
Elliot Glaysher 2012/02/08 01:06:35 As long as you don't mind "chrome" in these names.
jam 2012/02/08 01:20:14 i was a bit hesitant. these urls are testing conte
Avi (use Gerrit) 2012/02/08 03:46:41 Sure, though the scheme used doesn't affect what c
+CONTENT_EXPORT extern const char kChromeUICrashURL[];
+CONTENT_EXPORT extern const char kChromeUIGpuCleanURL[];
+CONTENT_EXPORT extern const char kChromeUIGpuCrashURL[];
+CONTENT_EXPORT extern const char kChromeUIGpuHangURL[];
+CONTENT_EXPORT extern const char kChromeUIHangURL[];
+CONTENT_EXPORT extern const char kChromeUIKillURL[];
+CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
// Special URL used to start a navigation to an error page.
extern const char kUnreachableWebDataURL[];

Powered by Google App Engine
This is Rietveld 408576698