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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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 ],
100 "MaterialDesignDownloads": [ 108 "MaterialDesignDownloads": [
101 { 109 {
102 "group_name": "Enabled" 110 "group_name": "Enabled"
103 } 111 }
104 ], 112 ],
105 "MojoChannel": [ 113 "MojoChannel": [
106 { 114 {
107 "group_name": "Enabled" 115 "group_name": "Enabled"
108 } 116 }
109 ], 117 ],
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 382 ],
375 "use-new-media-cache": [ 383 "use-new-media-cache": [
376 { 384 {
377 "enable_features": [ 385 "enable_features": [
378 "use-new-media-cache" 386 "use-new-media-cache"
379 ], 387 ],
380 "group_name": "Enabled" 388 "group_name": "Enabled"
381 } 389 }
382 ] 390 ]
383 } 391 }
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