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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 ],
62 "EnableGoogleCachedCopyTextExperiment": [ 70 "EnableGoogleCachedCopyTextExperiment": [
63 { 71 {
64 "group_name": "Button" 72 "group_name": "Button"
65 } 73 }
66 ], 74 ],
67 "EnableSessionCrashedBubbleUI": [ 75 "EnableSessionCrashedBubbleUI": [
68 { 76 {
69 "group_name": "Enabled" 77 "group_name": "Enabled"
70 } 78 }
71 ], 79 ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ], 341 ],
334 "use-new-media-cache": [ 342 "use-new-media-cache": [
335 { 343 {
336 "enable_features": [ 344 "enable_features": [
337 "use-new-media-cache" 345 "use-new-media-cache"
338 ], 346 ],
339 "group_name": "Enabled" 347 "group_name": "Enabled"
340 } 348 }
341 ] 349 ]
342 } 350 }
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