| 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 4b364023e3783ab9fd373346eb2e828b748ec0f0..9b8f7ae9eefd93b2879d0d08c8d985e5b9031a45 100644
|
| --- a/content/browser/loader/async_revalidation_manager.cc
|
| +++ b/content/browser/loader/async_revalidation_manager.cc
|
| @@ -108,7 +108,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(
|
|
|