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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 | « 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": [ 27 "enable_features": [
28 "AutomaticTabDiscarding" 28 "AutomaticTabDiscarding"
29 ], 29 ],
30 "group_name": "Enabled_Once" 30 "group_name": "Enabled_Once_5"
31 } 31 }
32 ], 32 ],
33 "BrowserBlacklist": [ 33 "BrowserBlacklist": [
34 { 34 {
35 "group_name": "Enabled" 35 "group_name": "Enabled"
36 } 36 }
37 ], 37 ],
38 "CaptivePortalInterstitial": [ 38 "CaptivePortalInterstitial": [
39 { 39 {
40 "group_name": "Enabled" 40 "group_name": "Enabled"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 { 290 {
291 "group_name": "Enabled" 291 "group_name": "Enabled"
292 } 292 }
293 ], 293 ],
294 "WebRTC-PeerConnectionDTLS1.2": [ 294 "WebRTC-PeerConnectionDTLS1.2": [
295 { 295 {
296 "group_name": "Enabled" 296 "group_name": "Enabled"
297 } 297 }
298 ] 298 ]
299 } 299 }
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