| Index: chrome/browser/dom_ui/dom_ui_factory.cc
|
| diff --git a/chrome/browser/dom_ui/dom_ui_factory.cc b/chrome/browser/dom_ui/dom_ui_factory.cc
|
| index 3ef5f5b6b965ae887e5cf6074f9a1ca4d9c87d56..69081da420814f615915f72fffcf338c6a60a95e 100644
|
| --- a/chrome/browser/dom_ui/dom_ui_factory.cc
|
| +++ b/chrome/browser/dom_ui/dom_ui_factory.cc
|
| @@ -251,8 +251,9 @@ bool DOMUIFactory::IsURLAcceptableForDOMUI(Profile* profile, const GURL& url) {
|
| // It's possible to load about:blank in a DOM UI renderer.
|
| // See http://crbug.com/42547
|
| url.spec() == chrome::kAboutBlankURL ||
|
| - // about:crash, about:hang, and about:shorthang are allowed.
|
| + // about:crash, about:kill, about:hang, and about:shorthang are allowed.
|
| url.spec() == chrome::kAboutCrashURL ||
|
| + url.spec() == chrome::kAboutKillURL ||
|
| url.spec() == chrome::kAboutHangURL ||
|
| url.spec() == chrome::kAboutShorthangURL;
|
| }
|
|
|