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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "InstanceID": [ 149 "InstanceID": [
150 { 150 {
151 "group_name": "Enabled" 151 "group_name": "Enabled"
152 } 152 }
153 ], 153 ],
154 "IntelligentSessionRestore": [ 154 "IntelligentSessionRestore": [
155 { 155 {
156 "group_name": "Enabled" 156 "group_name": "Enabled"
157 } 157 }
158 ], 158 ],
159 "MainFrameBeforeActivation": [
160 {
161 "enable_features": [
162 "MainFrameBeforeActivation"
163 ],
164 "group_name": "Enabled"
165 }
166 ],
167 "MaterialDesignDownloads": [ 159 "MaterialDesignDownloads": [
168 { 160 {
169 "group_name": "Enabled" 161 "group_name": "Enabled"
170 } 162 }
171 ], 163 ],
172 "MaterialDesignUserManager": [ 164 "MaterialDesignUserManager": [
173 { 165 {
174 "enable_features": [ 166 "enable_features": [
175 "MaterialDesignUserManager" 167 "MaterialDesignUserManager"
176 ], 168 ],
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ], 535 ],
544 "use-new-media-cache": [ 536 "use-new-media-cache": [
545 { 537 {
546 "enable_features": [ 538 "enable_features": [
547 "use-new-media-cache" 539 "use-new-media-cache"
548 ], 540 ],
549 "group_name": "Enabled" 541 "group_name": "Enabled"
550 } 542 }
551 ] 543 ]
552 } 544 }
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