Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: content/browser/loader/async_revalidation_manager.cc

Issue 1866483002: Add a new priority level, THROTTLED, below IDLE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusted predictor priorities. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698