| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| ===================================================================
|
| --- chrome/browser/custom_handlers/protocol_handler_registry.cc (revision 169969)
|
| +++ 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);
|
| }
|
|
|
| // URLInterceptor ------------------------------------------------------------
|
|
|