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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "GoogleBrandedContextMenu": [ 90 "GoogleBrandedContextMenu": [
91 { 91 {
92 "group_name": "branded" 92 "group_name": "branded"
93 } 93 }
94 ], 94 ],
95 "InstanceID": [ 95 "InstanceID": [
96 { 96 {
97 "group_name": "Enabled" 97 "group_name": "Enabled"
98 } 98 }
99 ], 99 ],
100 "MainFrameBeforeActivation": [
101 {
102 "enable_features": [
103 "MainFrameBeforeActivation"
104 ],
105 "group_name": "Enabled"
106 }
107 ],
108 "MaterialDesignDownloads": [ 100 "MaterialDesignDownloads": [
109 { 101 {
110 "group_name": "Enabled" 102 "group_name": "Enabled"
111 } 103 }
112 ], 104 ],
113 "MojoChannel": [ 105 "MojoChannel": [
114 { 106 {
115 "group_name": "Enabled" 107 "group_name": "Enabled"
116 } 108 }
117 ], 109 ],
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 ], 374 ],
383 "use-new-media-cache": [ 375 "use-new-media-cache": [
384 { 376 {
385 "enable_features": [ 377 "enable_features": [
386 "use-new-media-cache" 378 "use-new-media-cache"
387 ], 379 ],
388 "group_name": "Enabled" 380 "group_name": "Enabled"
389 } 381 }
390 ] 382 ]
391 } 383 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698