| 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 aa71cbb9798088f780e23d4312a6ccf6ae3f7da3..f68cb15ae6ddc252f5c2ffc34879d13f842d3c30 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.cc
|
| +++ b/chrome/browser/extensions/extension_tab_util.cc
|
| @@ -564,6 +564,7 @@ GURL ExtensionTabUtil::ResolvePossiblyRelativeURL(const std::string& url_string,
|
| bool ExtensionTabUtil::IsKillURL(const GURL& url) {
|
| static const char* kill_hosts[] = {
|
| chrome::kChromeUICrashHost,
|
| + chrome::kChromeUIDelayedHangUIHost,
|
| chrome::kChromeUIHangUIHost,
|
| chrome::kChromeUIKillHost,
|
| chrome::kChromeUIQuitHost,
|
|
|