| 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 733f89950b23a343077844e46c9cb0dfa48037bc..ae454ae64a73f25687a0f72cdae5804771ea7e11 100644
|
| --- a/content/browser/frame_host/debug_urls.cc
|
| +++ b/content/browser/frame_host/debug_urls.cc
|
| @@ -174,6 +174,7 @@ bool IsRendererDebugURL(const GURL& url) {
|
| return true;
|
|
|
| return url == GURL(kChromeUICrashURL) ||
|
| + url == GURL(kChromeUIDumpURL) ||
|
| url == GURL(kChromeUIKillURL) ||
|
| url == GURL(kChromeUIHangURL) ||
|
| url == GURL(kChromeUIShorthangURL);
|
|
|