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

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

Issue 2184243003: Reland of Default enable main frame before activation and remove finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "IntelligentSessionRestore": [ 140 "IntelligentSessionRestore": [
141 { 141 {
142 "group_name": "Enabled" 142 "group_name": "Enabled"
143 } 143 }
144 ], 144 ],
145 "MacMemoryMechanism": [ 145 "MacMemoryMechanism": [
146 { 146 {
147 "group_name": "Mach" 147 "group_name": "Mach"
148 } 148 }
149 ], 149 ],
150 "MainFrameBeforeActivation": [
151 {
152 "enable_features": [
153 "MainFrameBeforeActivation"
154 ],
155 "group_name": "Enabled"
156 }
157 ],
158 "MaterialDesignDownloads": [ 150 "MaterialDesignDownloads": [
159 { 151 {
160 "group_name": "Enabled" 152 "group_name": "Enabled"
161 } 153 }
162 ], 154 ],
163 "MaterialDesignUserManager": [ 155 "MaterialDesignUserManager": [
164 { 156 {
165 "enable_features": [ 157 "enable_features": [
166 "MaterialDesignUserManager" 158 "MaterialDesignUserManager"
167 ], 159 ],
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ], 499 ],
508 "use-new-media-cache": [ 500 "use-new-media-cache": [
509 { 501 {
510 "enable_features": [ 502 "enable_features": [
511 "use-new-media-cache" 503 "use-new-media-cache"
512 ], 504 ],
513 "group_name": "Enabled" 505 "group_name": "Enabled"
514 } 506 }
515 ] 507 ]
516 } 508 }
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