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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "ExtensionActionRedesign": [ 88 "ExtensionActionRedesign": [
89 { 89 {
90 "group_name": "Enabled" 90 "group_name": "Enabled"
91 } 91 }
92 ], 92 ],
93 "GoogleBrandedContextMenu": [ 93 "GoogleBrandedContextMenu": [
94 { 94 {
95 "group_name": "branded" 95 "group_name": "branded"
96 } 96 }
97 ], 97 ],
98 "MainFrameBeforeActivation": [
99 {
100 "enable_features": [
101 "MainFrameBeforeActivation"
102 ],
103 "group_name": "Enabled"
104 }
105 ],
106 "MaterialDesignDownloads": [ 98 "MaterialDesignDownloads": [
107 { 99 {
108 "group_name": "Enabled" 100 "group_name": "Enabled"
109 } 101 }
110 ], 102 ],
111 "MojoChannel": [ 103 "MojoChannel": [
112 { 104 {
113 "group_name": "Enabled" 105 "group_name": "Enabled"
114 } 106 }
115 ], 107 ],
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ], 385 ],
394 "use-new-media-cache": [ 386 "use-new-media-cache": [
395 { 387 {
396 "enable_features": [ 388 "enable_features": [
397 "use-new-media-cache" 389 "use-new-media-cache"
398 ], 390 ],
399 "group_name": "Enabled" 391 "group_name": "Enabled"
400 } 392 }
401 ] 393 ]
402 } 394 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698