| 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 69a61ab0521e2b31f9f65c00bee18592aaa7267d..1ff19d5c7e8238a0502d8b4431c9e55118cbbee7 100644
|
| --- a/content/browser/frame_host/debug_urls.cc
|
| +++ b/content/browser/frame_host/debug_urls.cc
|
| @@ -261,7 +261,8 @@ bool IsRendererDebugURL(const GURL& url) {
|
| url == GURL(kChromeUIDumpURL) ||
|
| url == GURL(kChromeUIKillURL) ||
|
| url == GURL(kChromeUIHangURL) ||
|
| - url == GURL(kChromeUIShorthangURL);
|
| + url == GURL(kChromeUIShorthangURL) ||
|
| + url == GURL(kChromeUIMemoryExhaustURL);
|
| }
|
|
|
| } // namespace content
|
|
|