| 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 30821a3f03fbfbc2033612c91408f652aaaeb267..3521ade90e5b3f24459aeb13bac00af0c2aa53b7 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.cc
|
| +++ b/chrome/browser/extensions/extension_tab_util.cc
|
| @@ -567,6 +567,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,
|
|
|