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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "GoogleBrandedContextMenu": [ 104 "GoogleBrandedContextMenu": [
105 { 105 {
106 "group_name": "branded" 106 "group_name": "branded"
107 } 107 }
108 ], 108 ],
109 "InstanceID": [ 109 "InstanceID": [
110 { 110 {
111 "group_name": "Enabled" 111 "group_name": "Enabled"
112 } 112 }
113 ], 113 ],
114 "MainFrameBeforeActivation": [
115 {
116 "enable_features": [
117 "MainFrameBeforeActivation"
118 ],
119 "group_name": "Enabled"
120 }
121 ],
122 "MaterialDesignDownloads": [ 114 "MaterialDesignDownloads": [
123 { 115 {
124 "group_name": "Enabled" 116 "group_name": "Enabled"
125 } 117 }
126 ], 118 ],
127 "MaterialDesignUserManager": [ 119 "MaterialDesignUserManager": [
128 { 120 {
129 "enable_features": [ 121 "enable_features": [
130 "MaterialDesignUserManager" 122 "MaterialDesignUserManager"
131 ], 123 ],
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ], 447 ],
456 "use-new-media-cache": [ 448 "use-new-media-cache": [
457 { 449 {
458 "enable_features": [ 450 "enable_features": [
459 "use-new-media-cache" 451 "use-new-media-cache"
460 ], 452 ],
461 "group_name": "Enabled" 453 "group_name": "Enabled"
462 } 454 }
463 ] 455 ]
464 } 456 }
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