Chromium Code Reviews| 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[]; |