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

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

Issue 2316743002: Reland of Default enable main frame before activation and remove finch experiment. (patchset #1 id:… (Closed)
Patch Set: 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "GoogleBrandedContextMenu": [ 96 "GoogleBrandedContextMenu": [
97 { 97 {
98 "group_name": "branded" 98 "group_name": "branded"
99 } 99 }
100 ], 100 ],
101 "InstanceID": [ 101 "InstanceID": [
102 { 102 {
103 "group_name": "Enabled" 103 "group_name": "Enabled"
104 } 104 }
105 ], 105 ],
106 "MainFrameBeforeActivation": [
107 {
108 "enable_features": [
109 "MainFrameBeforeActivation"
110 ],
111 "group_name": "Enabled"
112 }
113 ],
114 "MaterialDesignDownloads": [ 106 "MaterialDesignDownloads": [
115 { 107 {
116 "group_name": "Enabled" 108 "group_name": "Enabled"
117 } 109 }
118 ], 110 ],
119 "MaterialDesignUserManager": [ 111 "MaterialDesignUserManager": [
120 { 112 {
121 "enable_features": [ 113 "enable_features": [
122 "MaterialDesignUserManager" 114 "MaterialDesignUserManager"
123 ], 115 ],
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ], 422 ],
431 "use-new-media-cache": [ 423 "use-new-media-cache": [
432 { 424 {
433 "enable_features": [ 425 "enable_features": [
434 "use-new-media-cache" 426 "use-new-media-cache"
435 ], 427 ],
436 "group_name": "Enabled" 428 "group_name": "Enabled"
437 } 429 }
438 ] 430 ]
439 } 431 }
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