| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| ===================================================================
|
| --- content/browser/loader/resource_dispatcher_host_impl.cc (revision 180447)
|
| +++ content/browser/loader/resource_dispatcher_host_impl.cc (working copy)
|
| @@ -643,8 +643,9 @@
|
| resource_type,
|
| HTTP_AUTH_RESOURCE_LAST);
|
|
|
| - if (resource_type == HTTP_AUTH_RESOURCE_BLOCKED_CROSS)
|
| - return false;
|
| + // TODO(tsepez): Return false on HTTP_AUTH_RESOURCE_BLOCKED_CROSS.
|
| + // The code once did this, but was changed due to http://crbug.com/174129.
|
| + // http://crbug.com/174179 has been filed to track this issue.
|
| }
|
|
|
| return true;
|
|
|