Chromium Code Reviews| 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): someday return false on HTTP_AUTH_RESOURCE_BLOCKED_CROSS, |
| + // but not now since the issues in http://crbug.com/174129 keep getting |
|
Charlie Reis
2013/02/04 23:31:40
This took me a while to understand. Can you say a
|
| + // re-introduced. |
| } |
| return true; |