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

Unified Diff: content/browser/frame_host/debug_urls.cc

Issue 2697423002: Add test for CHECK exit code behavior. (Closed)
Patch Set: rejig comments Created 3 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/metrics/metrics_service_browsertest.cc ('k') | content/public/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/debug_urls.cc
diff --git a/content/browser/frame_host/debug_urls.cc b/content/browser/frame_host/debug_urls.cc
index 22e0a15c80d0a703a4c842b76a8bd0af799ac06a..c69307838e8e0b4e7e0439cb238495c130732085 100644
--- a/content/browser/frame_host/debug_urls.cc
+++ b/content/browser/frame_host/debug_urls.cc
@@ -212,7 +212,8 @@ bool IsRendererDebugURL(const GURL& url) {
if (url.SchemeIs(url::kJavaScriptScheme))
return true;
- return url == kChromeUIBadCastCrashURL ||
+ return url == kChromeUICheckCrashURL ||
+ url == kChromeUIBadCastCrashURL ||
url == kChromeUICrashURL ||
url == kChromeUIDumpURL ||
url == kChromeUIKillURL ||
« no previous file with comments | « chrome/browser/metrics/metrics_service_browsertest.cc ('k') | content/public/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698