| Index: content/browser/loader/async_revalidation_manager.cc
|
| diff --git a/content/browser/loader/async_revalidation_manager.cc b/content/browser/loader/async_revalidation_manager.cc
|
| index 53279fe132078ae6d2bb1241ac4f038217c9e91e..4416b49abecb1c3276f1b7f035de5130203c7c94 100644
|
| --- a/content/browser/loader/async_revalidation_manager.cc
|
| +++ b/content/browser/loader/async_revalidation_manager.cc
|
| @@ -109,7 +109,7 @@ void AsyncRevalidationManager::BeginAsyncRevalidation(
|
|
|
| // Construct the request.
|
| std::unique_ptr<net::URLRequest> new_request = request_context->CreateRequest(
|
| - for_request.url(), net::MINIMUM_PRIORITY, nullptr);
|
| + for_request.url(), net::IDLE, nullptr);
|
|
|
| new_request->set_method(for_request.method());
|
| new_request->set_first_party_for_cookies(
|
|
|