Chromium Code Reviews| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc |
| =================================================================== |
| --- chrome/browser/custom_handlers/protocol_handler_registry.cc (revision 167986) |
| +++ chrome/browser/custom_handlers/protocol_handler_registry.cc (working copy) |
| @@ -151,7 +151,8 @@ |
| return NULL; |
| return new net::URLRequestRedirectJob( |
| - request, network_delegate, translated_url); |
| + request, network_delegate, translated_url, |
| + net::URLRequestRedirectJob::REDIRECT_302_FOUND); |
|
willchan no longer on Chromium
2012/11/17 21:43:08
I think you're right that this is wrong. May want
mmenke
2012/11/19 16:00:35
Bug filed - http://www.crbug.com/161769
|
| } |
| // URLInterceptor ------------------------------------------------------------ |