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

Side by Side Diff: testing/variations/fieldtrial_testing_config_ios.json

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillProfileOrderByFrecency": [ 7 "AutofillProfileOrderByFrecency": [
8 { 8 {
9 "group_name": "EnabledLimitTo3", 9 "group_name": "EnabledLimitTo3",
10 "params": { 10 "params": {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "QUIC": [ 49 "QUIC": [
50 { 50 {
51 "group_name": "Enabled" 51 "group_name": "Enabled"
52 } 52 }
53 ], 53 ],
54 "SdchPersistence": [ 54 "SdchPersistence": [
55 { 55 {
56 "group_name": "Enabled" 56 "group_name": "Enabled"
57 } 57 }
58 ], 58 ],
59 "SpdyEnableDependencies": [
60 {
61 "group_name": "Enable"
62 }
63 ],
64 "SyncHttpContentCompression": [ 59 "SyncHttpContentCompression": [
65 { 60 {
66 "group_name": "Enabled" 61 "group_name": "Enabled"
67 }, 62 },
68 { 63 {
69 "group_name": "Disabled" 64 "group_name": "Disabled"
70 } 65 }
71 ], 66 ],
72 "TabSyncByRecency": [ 67 "TabSyncByRecency": [
73 { 68 {
74 "group_name": "Enabled" 69 "group_name": "Enabled"
75 } 70 }
76 ], 71 ],
77 "VarationsServiceControl": [ 72 "VarationsServiceControl": [
78 { 73 {
79 "group_name": "Interval_30min", 74 "group_name": "Interval_30min",
80 "params": { 75 "params": {
81 "fetch_period_min": "30" 76 "fetch_period_min": "30"
82 } 77 }
83 } 78 }
84 ] 79 ]
85 } 80 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698