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

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

Issue 2316743002: Reland of Default enable main frame before activation and remove finch experiment. (patchset #1 id:… (Closed)
Patch Set: Created 4 years, 3 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
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "IntelligentSessionRestore": [ 132 "IntelligentSessionRestore": [
133 { 133 {
134 "group_name": "Enabled" 134 "group_name": "Enabled"
135 } 135 }
136 ], 136 ],
137 "MacMemoryMechanism": [ 137 "MacMemoryMechanism": [
138 { 138 {
139 "group_name": "Mach" 139 "group_name": "Mach"
140 } 140 }
141 ], 141 ],
142 "MainFrameBeforeActivation": [
143 {
144 "enable_features": [
145 "MainFrameBeforeActivation"
146 ],
147 "group_name": "Enabled"
148 }
149 ],
150 "MaterialDesignDownloads": [ 142 "MaterialDesignDownloads": [
151 { 143 {
152 "group_name": "Enabled" 144 "group_name": "Enabled"
153 } 145 }
154 ], 146 ],
155 "MaterialDesignUserManager": [ 147 "MaterialDesignUserManager": [
156 { 148 {
157 "enable_features": [ 149 "enable_features": [
158 "MaterialDesignUserManager" 150 "MaterialDesignUserManager"
159 ], 151 ],
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 ], 474 ],
483 "use-new-media-cache": [ 475 "use-new-media-cache": [
484 { 476 {
485 "enable_features": [ 477 "enable_features": [
486 "use-new-media-cache" 478 "use-new-media-cache"
487 ], 479 ],
488 "group_name": "Enabled" 480 "group_name": "Enabled"
489 } 481 }
490 ] 482 ]
491 } 483 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698