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

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: Incorporated comments. Created 4 years, 7 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
« no previous file with comments | « no previous file | net/base/prioritized_dispatcher_unittest.cc » ('j') | net/quic/quic_http_utils_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | net/base/prioritized_dispatcher_unittest.cc » ('j') | net/quic/quic_http_utils_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698