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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 } 191 }
192 ], 192 ],
193 "LowPriorityIFrames": [ 193 "LowPriorityIFrames": [
194 { 194 {
195 "group_name": "Enabled", 195 "group_name": "Enabled",
196 "params": { 196 "params": {
197 "lowPriorityIframes": "true" 197 "lowPriorityIframes": "true"
198 } 198 }
199 } 199 }
200 ], 200 ],
201 "MainFrameBeforeActivation": [
202 {
203 "enable_features": [
204 "MainFrameBeforeActivation"
205 ],
206 "group_name": "Enabled"
207 }
208 ],
209 "ModerateBindingOnBackgroundTabCreation": [ 201 "ModerateBindingOnBackgroundTabCreation": [
210 { 202 {
211 "group_name": "Enabled" 203 "group_name": "Enabled"
212 } 204 }
213 ], 205 ],
214 "MojoChannel": [ 206 "MojoChannel": [
215 { 207 {
216 "group_name": "Enabled" 208 "group_name": "Enabled"
217 } 209 }
218 ], 210 ],
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 ], 610 ],
619 "use-new-media-cache": [ 611 "use-new-media-cache": [
620 { 612 {
621 "enable_features": [ 613 "enable_features": [
622 "use-new-media-cache" 614 "use-new-media-cache"
623 ], 615 ],
624 "group_name": "Enabled" 616 "group_name": "Enabled"
625 } 617 }
626 ] 618 ]
627 } 619 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698