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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }, 52 },
53 { 53 {
54 "group_name": "Default" 54 "group_name": "Default"
55 } 55 }
56 ], 56 ],
57 "ChromotingQUIC": [ 57 "ChromotingQUIC": [
58 { 58 {
59 "group_name": "Enabled" 59 "group_name": "Enabled"
60 } 60 }
61 ], 61 ],
62 "DataReductionProxyConfigService": [
63 {
64 "group_name": "Enabled",
65 "params": {
66 "minimum_refresh_interval_on_success_msec": "21600000"
67 }
68 }
69 ],
70 "EnableGoogleCachedCopyTextExperiment": [ 62 "EnableGoogleCachedCopyTextExperiment": [
71 { 63 {
72 "group_name": "Button" 64 "group_name": "Button"
73 } 65 }
74 ], 66 ],
75 "EnableSessionCrashedBubbleUI": [ 67 "EnableSessionCrashedBubbleUI": [
76 { 68 {
77 "group_name": "Enabled" 69 "group_name": "Enabled"
78 } 70 }
79 ], 71 ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 333 ],
342 "use-new-media-cache": [ 334 "use-new-media-cache": [
343 { 335 {
344 "enable_features": [ 336 "enable_features": [
345 "use-new-media-cache" 337 "use-new-media-cache"
346 ], 338 ],
347 "group_name": "Enabled" 339 "group_name": "Enabled"
348 } 340 }
349 ] 341 ]
350 } 342 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698