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

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

Issue 2000293002: Enable main frame before activation on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 378 ],
371 "use-new-media-cache": [ 379 "use-new-media-cache": [
372 { 380 {
373 "enable_features": [ 381 "enable_features": [
374 "use-new-media-cache" 382 "use-new-media-cache"
375 ], 383 ],
376 "group_name": "Enabled" 384 "group_name": "Enabled"
377 } 385 }
378 ] 386 ]
379 } 387 }
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