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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "LocalNTPSuggestionsService": [ 119 "LocalNTPSuggestionsService": [
120 { 120 {
121 "group_name": "Enabled" 121 "group_name": "Enabled"
122 } 122 }
123 ], 123 ],
124 "MacMemoryMechanism": [ 124 "MacMemoryMechanism": [
125 { 125 {
126 "group_name": "Mach" 126 "group_name": "Mach"
127 } 127 }
128 ], 128 ],
129 "MainFrameBeforeActivation": [
130 {
131 "enable_features": [
132 "MainFrameBeforeActivation"
133 ],
134 "group_name": "Enabled"
135 }
136 ],
129 "MaterialDesignDownloads": [ 137 "MaterialDesignDownloads": [
130 { 138 {
131 "group_name": "Enabled" 139 "group_name": "Enabled"
132 } 140 }
133 ], 141 ],
134 "MojoChannel": [ 142 "MojoChannel": [
135 { 143 {
136 "group_name": "Enabled" 144 "group_name": "Enabled"
137 } 145 }
138 ], 146 ],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 ], 407 ],
400 "use-new-media-cache": [ 408 "use-new-media-cache": [
401 { 409 {
402 "enable_features": [ 410 "enable_features": [
403 "use-new-media-cache" 411 "use-new-media-cache"
404 ], 412 ],
405 "group_name": "Enabled" 413 "group_name": "Enabled"
406 } 414 }
407 ] 415 ]
408 } 416 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698