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

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

Issue 2159103008: 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "ExtensionActionRedesign": [ 75 "ExtensionActionRedesign": [
76 { 76 {
77 "group_name": "Enabled" 77 "group_name": "Enabled"
78 } 78 }
79 ], 79 ],
80 "GoogleBrandedContextMenu": [ 80 "GoogleBrandedContextMenu": [
81 { 81 {
82 "group_name": "branded" 82 "group_name": "branded"
83 } 83 }
84 ], 84 ],
85 "MainFrameBeforeActivation": [
86 {
87 "enable_features": [
88 "MainFrameBeforeActivation"
89 ],
90 "group_name": "Enabled"
91 }
92 ],
93 "MaterialDesignDownloads": [ 85 "MaterialDesignDownloads": [
94 { 86 {
95 "group_name": "Enabled" 87 "group_name": "Enabled"
96 } 88 }
97 ], 89 ],
98 "MojoChannel": [ 90 "MojoChannel": [
99 { 91 {
100 "group_name": "Enabled" 92 "group_name": "Enabled"
101 } 93 }
102 ], 94 ],
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], 311 ],
320 "use-new-media-cache": [ 312 "use-new-media-cache": [
321 { 313 {
322 "enable_features": [ 314 "enable_features": [
323 "use-new-media-cache" 315 "use-new-media-cache"
324 ], 316 ],
325 "group_name": "Enabled" 317 "group_name": "Enabled"
326 } 318 }
327 ] 319 ]
328 } 320 }
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