Commit 282f59a4 authored by danakj's avatar danakj Committed by Commit bot

Add chrome://inducebrowsercrashforrealz to chrome://about

This debug url is used to crash the browser, but it is hard to find,
especially so since it is not listed among the urls that can be used
for debugging.

R=thakis@chromium.org

Review-Url: https://codereview.chromium.org/2738233003
Cr-Commit-Position: refs/heads/master@{#456077}
parent b27624ce
......@@ -747,6 +747,7 @@ const char* const kChromeHostURLs[] = {
const size_t kNumberOfChromeHostURLs = arraysize(kChromeHostURLs);
const char* const kChromeDebugURLs[] = {content::kChromeUIBadCastCrashURL,
content::kChromeUIBrowserCrashURL,
content::kChromeUICrashURL,
content::kChromeUIDumpURL,
content::kChromeUIKillURL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment