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

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

Issue 1637063002: Add a fieldtrial testing config for Mach SharedMemory experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "InstanceID": [ 74 "InstanceID": [
75 { 75 {
76 "group_name": "Enabled" 76 "group_name": "Enabled"
77 } 77 }
78 ], 78 ],
79 "IntelligentSessionRestore": [ 79 "IntelligentSessionRestore": [
80 { 80 {
81 "group_name": "Enabled" 81 "group_name": "Enabled"
82 } 82 }
83 ], 83 ],
84 "MacMemoryMechanism": [
85 {
86 "group_name": "Mach"
87 }
88 ],
84 "MaterialDesignDownloads": [ 89 "MaterialDesignDownloads": [
85 { 90 {
86 "group_name": "Enabled" 91 "group_name": "Enabled"
87 } 92 }
88 ], 93 ],
89 "PasswordBranding": [ 94 "PasswordBranding": [
90 { 95 {
91 "group_name": "SmartLockBrandingSavePromptOnly" 96 "group_name": "SmartLockBrandingSavePromptOnly"
92 } 97 }
93 ], 98 ],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 { 216 {
212 "group_name": "Enabled" 217 "group_name": "Enabled"
213 } 218 }
214 ], 219 ],
215 "WebRTC-PeerConnectionDTLS1.2": [ 220 "WebRTC-PeerConnectionDTLS1.2": [
216 { 221 {
217 "group_name": "Enabled" 222 "group_name": "Enabled"
218 } 223 }
219 ] 224 ]
220 } 225 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698