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

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

Issue 1839783002: Revert of Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ],
41 "EnableGoogleCachedCopyTextExperiment": [ 49 "EnableGoogleCachedCopyTextExperiment": [
42 { 50 {
43 "group_name": "Button" 51 "group_name": "Button"
44 } 52 }
45 ], 53 ],
46 "ExtensionActionRedesign": [ 54 "ExtensionActionRedesign": [
47 { 55 {
48 "group_name": "Enabled" 56 "group_name": "Enabled"
49 } 57 }
50 ], 58 ],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 ], 196 ],
189 "use-new-media-cache": [ 197 "use-new-media-cache": [
190 { 198 {
191 "enable_features": [ 199 "enable_features": [
192 "use-new-media-cache" 200 "use-new-media-cache"
193 ], 201 ],
194 "group_name": "Enabled" 202 "group_name": "Enabled"
195 } 203 }
196 ] 204 ]
197 } 205 }
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