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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 }, 42 },
43 { 43 {
44 "group_name": "Default" 44 "group_name": "Default"
45 } 45 }
46 ], 46 ],
47 "ChromotingQUIC": [ 47 "ChromotingQUIC": [
48 { 48 {
49 "group_name": "Enabled" 49 "group_name": "Enabled"
50 } 50 }
51 ], 51 ],
52 "DataReductionProxyConfigService": [
53 {
54 "group_name": "Enabled",
55 "params": {
56 "minimum_refresh_interval_on_success_msec": "21600000"
57 }
58 }
59 ],
60 "EnableGoogleCachedCopyTextExperiment": [ 52 "EnableGoogleCachedCopyTextExperiment": [
61 { 53 {
62 "group_name": "Button" 54 "group_name": "Button"
63 } 55 }
64 ], 56 ],
65 "ExtensionActionRedesign": [ 57 "ExtensionActionRedesign": [
66 { 58 {
67 "group_name": "Enabled" 59 "group_name": "Enabled"
68 } 60 }
69 ], 61 ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 259 ],
268 "use-new-media-cache": [ 260 "use-new-media-cache": [
269 { 261 {
270 "enable_features": [ 262 "enable_features": [
271 "use-new-media-cache" 263 "use-new-media-cache"
272 ], 264 ],
273 "group_name": "Enabled" 265 "group_name": "Enabled"
274 } 266 }
275 ] 267 ]
276 } 268 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698