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

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

Issue 1830343002: Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, addressed holte comments Created 4 years, 8 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 20 matching lines...) Expand all
31 }, 31 },
32 { 32 {
33 "group_name": "Default" 33 "group_name": "Default"
34 } 34 }
35 ], 35 ],
36 "ChromotingQUIC": [ 36 "ChromotingQUIC": [
37 { 37 {
38 "group_name": "Enabled" 38 "group_name": "Enabled"
39 } 39 }
40 ], 40 ],
41 "DataReductionProxyConfigService": [
42 {
43 "group_name": "Enabled",
44 "params": {
45 "minimum_refresh_interval_on_success_msec": "21600000"
46 }
47 }
48 ],
49 "EnableGoogleCachedCopyTextExperiment": [ 41 "EnableGoogleCachedCopyTextExperiment": [
50 { 42 {
51 "group_name": "Button" 43 "group_name": "Button"
52 } 44 }
53 ], 45 ],
54 "ExtensionActionRedesign": [ 46 "ExtensionActionRedesign": [
55 { 47 {
56 "group_name": "Enabled" 48 "group_name": "Enabled"
57 } 49 }
58 ], 50 ],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ], 188 ],
197 "use-new-media-cache": [ 189 "use-new-media-cache": [
198 { 190 {
199 "enable_features": [ 191 "enable_features": [
200 "use-new-media-cache" 192 "use-new-media-cache"
201 ], 193 ],
202 "group_name": "Enabled" 194 "group_name": "Enabled"
203 } 195 }
204 ] 196 ]
205 } 197 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698