| Index: content/browser/child_process_security_policy_impl.cc
|
| diff --git a/content/browser/child_process_security_policy_impl.cc b/content/browser/child_process_security_policy_impl.cc
|
| index 639401fc7310a790cfd13d4a0232564ad5c63be1..3c03213ae8c07c8372e34e432c28e9ed3480e218 100644
|
| --- a/content/browser/child_process_security_policy_impl.cc
|
| +++ b/content/browser/child_process_security_policy_impl.cc
|
| @@ -602,7 +602,7 @@ bool ChildProcessSecurityPolicyImpl::CanRequestURL(
|
| if (base::LowerCaseEqualsASCII(url.spec(), url::kAboutBlankURL))
|
| return true; // Every child process can request <about:blank>.
|
|
|
| - // URLs like <about:memory> and <about:crash> shouldn't be requestable by
|
| + // URLs like <about:version> and <about:crash> shouldn't be requestable by
|
| // any child process. Also, this case covers <javascript:...>, which should
|
| // be handled internally by the process and not kicked up to the browser.
|
| return false;
|
|
|