| Index: chrome/browser/extensions/extension_tab_util.cc
|
| diff --git a/chrome/browser/extensions/extension_tab_util.cc b/chrome/browser/extensions/extension_tab_util.cc
|
| index 0280d06cbec4423e2979ce99a2068306509b0dc8..963f2aa0e5a7605dd5b38ea36d68a43cd1a593f1 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.cc
|
| +++ b/chrome/browser/extensions/extension_tab_util.cc
|
| @@ -559,6 +559,7 @@ bool ExtensionTabUtil::IsKillURL(const GURL& url) {
|
| chrome::kChromeUIQuitHost,
|
| chrome::kChromeUIRestartHost,
|
| content::kChromeUIBrowserCrashHost,
|
| + content::kChromeUIMemoryExhaustHost,
|
| };
|
|
|
| // Check a fixed-up URL, to normalize the scheme and parse hosts correctly.
|
|
|