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

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

Issue 2441633002: [ResourceScheduler] Make throttling H2+QUIC default disabled (Closed)
Patch Set: fieldtrial_testing_config.json 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
« no previous file with comments | « no previous file | content/browser/loader/resource_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_scheduler.cc
diff --git a/content/browser/loader/resource_scheduler.cc b/content/browser/loader/resource_scheduler.cc
index 4625293447e5dcf42d0b7a22b7589a9a96929c6a..c977bd5cc93c0e6df64dc6664c3ff28c294f5bbc 100644
--- a/content/browser/loader/resource_scheduler.cc
+++ b/content/browser/loader/resource_scheduler.cc
@@ -37,7 +37,7 @@ namespace {
// HTTP/1.1 resources are. Disabling this appears to have negative performance
// impact, see https://crbug.com/655585.
const base::Feature kPrioritySupportedRequestsDelayable{
- "PrioritySupportedRequestsDelayable", base::FEATURE_ENABLED_BY_DEFAULT};
+ "PrioritySupportedRequestsDelayable", base::FEATURE_DISABLED_BY_DEFAULT};
enum StartMode {
START_SYNC,
« no previous file with comments | « no previous file | content/browser/loader/resource_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698