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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 25 matching lines...) Expand all
36 }, 36 },
37 { 37 {
38 "group_name": "Default" 38 "group_name": "Default"
39 } 39 }
40 ], 40 ],
41 "ChromotingQUIC": [ 41 "ChromotingQUIC": [
42 { 42 {
43 "group_name": "Enabled" 43 "group_name": "Enabled"
44 } 44 }
45 ], 45 ],
46 "DataReductionProxyConfigService": [
47 {
48 "group_name": "Enabled",
49 "params": {
50 "minimum_refresh_interval_on_success_msec": "21600000"
51 }
52 }
53 ],
54 "EnableGoogleCachedCopyTextExperiment": [ 46 "EnableGoogleCachedCopyTextExperiment": [
55 { 47 {
56 "group_name": "Button" 48 "group_name": "Button"
57 } 49 }
58 ], 50 ],
59 "EnableSessionCrashedBubbleUI": [ 51 "EnableSessionCrashedBubbleUI": [
60 { 52 {
61 "group_name": "Enabled" 53 "group_name": "Enabled"
62 } 54 }
63 ], 55 ],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], 235 ],
244 "use-new-media-cache": [ 236 "use-new-media-cache": [
245 { 237 {
246 "enable_features": [ 238 "enable_features": [
247 "use-new-media-cache" 239 "use-new-media-cache"
248 ], 240 ],
249 "group_name": "Enabled" 241 "group_name": "Enabled"
250 } 242 }
251 ] 243 ]
252 } 244 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698