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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 | « no previous file | testing/variations/fieldtrial_testing_config_win.json » ('j') | 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 }
11 ], 11 ],
12 "AutofillProfileOrderByFrecency": [ 12 "AutofillProfileOrderByFrecency": [
13 { 13 {
14 "group_name": "EnabledLimitTo3", 14 "group_name": "EnabledLimitTo3",
15 "params": { 15 "params": {
16 "limit": "3" 16 "limit": "3"
17 } 17 }
18 } 18 }
19 ], 19 ],
20 "AutomaticTabDiscarding": [ 20 "AutomaticTabDiscarding": [
21 { 21 {
22 "enable_features": [
23 "AutomaticTabDiscarding"
24 ],
22 "group_name": "Enabled_Once" 25 "group_name": "Enabled_Once"
23 } 26 }
24 ], 27 ],
25 "CaptivePortalInterstitial": [ 28 "CaptivePortalInterstitial": [
26 { 29 {
27 "group_name": "Enabled" 30 "group_name": "Enabled"
28 } 31 }
29 ], 32 ],
30 "ChromeDashboard": [ 33 "ChromeDashboard": [
31 { 34 {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 { 200 {
198 "group_name": "Enabled" 201 "group_name": "Enabled"
199 } 202 }
200 ], 203 ],
201 "WebRTC-PeerConnectionDTLS1.2": [ 204 "WebRTC-PeerConnectionDTLS1.2": [
202 { 205 {
203 "group_name": "Enabled" 206 "group_name": "Enabled"
204 } 207 }
205 ] 208 ]
206 } 209 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698