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

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

Issue 1646513002: Modify testing group name for AutomaticTabDiscarding. (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": [ 22 "enable_features": [
23 "AutomaticTabDiscarding" 23 "AutomaticTabDiscarding"
24 ], 24 ],
25 "group_name": "Enabled_Once" 25 "group_name": "Enabled_Once_5"
26 } 26 }
27 ], 27 ],
28 "CaptivePortalInterstitial": [ 28 "CaptivePortalInterstitial": [
29 { 29 {
30 "group_name": "Enabled" 30 "group_name": "Enabled"
31 } 31 }
32 ], 32 ],
33 "ChromeDashboard": [ 33 "ChromeDashboard": [
34 { 34 {
35 "group_name": "Enabled" 35 "group_name": "Enabled"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 { 211 {
212 "group_name": "Enabled" 212 "group_name": "Enabled"
213 } 213 }
214 ], 214 ],
215 "WebRTC-PeerConnectionDTLS1.2": [ 215 "WebRTC-PeerConnectionDTLS1.2": [
216 { 216 {
217 "group_name": "Enabled" 217 "group_name": "Enabled"
218 } 218 }
219 ] 219 ]
220 } 220 }
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