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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2942833003: Add field trial config for NetAdaptiveProxyConnectionTimeout (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 149ffb463fc666c81fdb01aa090a08c4a8a5d83f..83aa7a2eb6078605c8c7780e40511cea9a0afbcf 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -569,10 +569,7 @@
],
"experiments": [
{
- "name": "Enabled_Warmup",
- "params": {
- "enable_warmup": "true"
- }
+ "name": "Enabled"
}
]
}
@@ -1636,6 +1633,18 @@
]
}
],
+ "NetAdaptiveProxyConnectionTimeout": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
"NetDelayableH2AndQuicRequests": [
{
"platforms": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698