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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "IntelligentSessionRestore": [ 133 "IntelligentSessionRestore": [
134 { 134 {
135 "group_name": "Enabled" 135 "group_name": "Enabled"
136 } 136 }
137 ], 137 ],
138 "LocalNTPSuggestionsService": [ 138 "LocalNTPSuggestionsService": [
139 { 139 {
140 "group_name": "Enabled" 140 "group_name": "Enabled"
141 } 141 }
142 ], 142 ],
143 "MainFrameBeforeActivation": [
144 {
145 "enable_features": [
146 "MainFrameBeforeActivation"
147 ],
148 "group_name": "Enabled"
149 }
150 ],
143 "MaterialDesignDownloads": [ 151 "MaterialDesignDownloads": [
144 { 152 {
145 "group_name": "Enabled" 153 "group_name": "Enabled"
146 } 154 }
147 ], 155 ],
148 "MojoChannel": [ 156 "MojoChannel": [
149 { 157 {
150 "group_name": "Enabled" 158 "group_name": "Enabled"
151 } 159 }
152 ], 160 ],
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 ], 471 ],
464 "use-new-media-cache": [ 472 "use-new-media-cache": [
465 { 473 {
466 "enable_features": [ 474 "enable_features": [
467 "use-new-media-cache" 475 "use-new-media-cache"
468 ], 476 ],
469 "group_name": "Enabled" 477 "group_name": "Enabled"
470 } 478 }
471 ] 479 ]
472 } 480 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698