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

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

Issue 2170233002: Revert of Default enable main frame before activation and remove finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "IntelligentSessionRestore": [ 127 "IntelligentSessionRestore": [
128 { 128 {
129 "group_name": "Enabled" 129 "group_name": "Enabled"
130 } 130 }
131 ], 131 ],
132 "MacMemoryMechanism": [ 132 "MacMemoryMechanism": [
133 { 133 {
134 "group_name": "Mach" 134 "group_name": "Mach"
135 } 135 }
136 ], 136 ],
137 "MainFrameBeforeActivation": [
138 {
139 "enable_features": [
140 "MainFrameBeforeActivation"
141 ],
142 "group_name": "Enabled"
143 }
144 ],
137 "MaterialDesignDownloads": [ 145 "MaterialDesignDownloads": [
138 { 146 {
139 "group_name": "Enabled" 147 "group_name": "Enabled"
140 } 148 }
141 ], 149 ],
142 "MojoChannel": [ 150 "MojoChannel": [
143 { 151 {
144 "group_name": "Enabled" 152 "group_name": "Enabled"
145 } 153 }
146 ], 154 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 ], 435 ],
428 "use-new-media-cache": [ 436 "use-new-media-cache": [
429 { 437 {
430 "enable_features": [ 438 "enable_features": [
431 "use-new-media-cache" 439 "use-new-media-cache"
432 ], 440 ],
433 "group_name": "Enabled" 441 "group_name": "Enabled"
434 } 442 }
435 ] 443 ]
436 } 444 }
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