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

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

Issue 1574483002: Add AutomaticTabDiscarding feature to testing configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 "AsyncSetAsDefault": [ 2 "AsyncSetAsDefault": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillFieldMetadata": [ 12 "AutofillFieldMetadata": [
13 { 13 {
14 "group_name": "Enabled" 14 "group_name": "Enabled"
15 } 15 }
16 ], 16 ],
17 "AutofillProfileOrderByFrecency": [ 17 "AutofillProfileOrderByFrecency": [
18 { 18 {
19 "group_name": "EnabledLimitTo3", 19 "group_name": "EnabledLimitTo3",
20 "params": { 20 "params": {
21 "limit": "3" 21 "limit": "3"
22 } 22 }
23 } 23 }
24 ], 24 ],
25 "AutomaticTabDiscarding": [ 25 "AutomaticTabDiscarding": [
26 { 26 {
27 "enable_features": [
28 "AutomaticTabDiscarding"
29 ],
27 "group_name": "Enabled_Once" 30 "group_name": "Enabled_Once"
28 } 31 }
29 ], 32 ],
30 "BrowserBlacklist": [ 33 "BrowserBlacklist": [
31 { 34 {
32 "group_name": "Enabled" 35 "group_name": "Enabled"
33 } 36 }
34 ], 37 ],
35 "CaptivePortalInterstitial": [ 38 "CaptivePortalInterstitial": [
36 { 39 {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 { 279 {
277 "group_name": "Enabled" 280 "group_name": "Enabled"
278 } 281 }
279 ], 282 ],
280 "WebRTC-PeerConnectionDTLS1.2": [ 283 "WebRTC-PeerConnectionDTLS1.2": [
281 { 284 {
282 "group_name": "Enabled" 285 "group_name": "Enabled"
283 } 286 }
284 ] 287 ]
285 } 288 }
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