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

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

Issue 1988413003: Enable main frame before activation on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "InstanceID": [ 90 "InstanceID": [
91 { 91 {
92 "group_name": "Enabled" 92 "group_name": "Enabled"
93 } 93 }
94 ], 94 ],
95 "LocalNTPSuggestionsService": [ 95 "LocalNTPSuggestionsService": [
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ], 370 ],
363 "use-new-media-cache": [ 371 "use-new-media-cache": [
364 { 372 {
365 "enable_features": [ 373 "enable_features": [
366 "use-new-media-cache" 374 "use-new-media-cache"
367 ], 375 ],
368 "group_name": "Enabled" 376 "group_name": "Enabled"
369 } 377 }
370 ] 378 ]
371 } 379 }
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