diff options
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry.cc')
-rw-r--r-- | chrome/browser/custom_handlers/protocol_handler_registry.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc index 5d7cd95..a95fd1c 100644 --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc @@ -151,7 +151,8 @@ net::URLRequestJob* ProtocolHandlerRegistry::Core::MaybeCreateJob( return NULL; return new net::URLRequestRedirectJob( - request, network_delegate, translated_url); + request, network_delegate, translated_url, + net::URLRequestRedirectJob::REDIRECT_302_FOUND); } // URLInterceptor ------------------------------------------------------------ |