| Index: chrome/browser/net/double_get_experiment_interceptor.cc
|
| ===================================================================
|
| --- chrome/browser/net/double_get_experiment_interceptor.cc (revision 169969)
|
| +++ chrome/browser/net/double_get_experiment_interceptor.cc (working copy)
|
| @@ -140,7 +140,8 @@
|
| // Repeat the GET requests as it has non cacheable response with the right
|
| // MIME type.
|
| intercepted_requests_.insert(request->identifier());
|
| - return new net::URLRequestRedirectJob(request, network_delegate,
|
| - request->url());
|
| + return new net::URLRequestRedirectJob(
|
| + request, network_delegate, request->url(),
|
| + net::URLRequestRedirectJob::REDIRECT_302_FOUND);
|
| }
|
|
|
|
|