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

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

Issue 2184243003: Reland of Default enable main frame before activation and remove finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "InstanceID": [ 162 "InstanceID": [
163 { 163 {
164 "group_name": "Enabled" 164 "group_name": "Enabled"
165 } 165 }
166 ], 166 ],
167 "IntelligentSessionRestore": [ 167 "IntelligentSessionRestore": [
168 { 168 {
169 "group_name": "Enabled" 169 "group_name": "Enabled"
170 } 170 }
171 ], 171 ],
172 "MainFrameBeforeActivation": [
173 {
174 "enable_features": [
175 "MainFrameBeforeActivation"
176 ],
177 "group_name": "Enabled"
178 }
179 ],
180 "MaterialDesignDownloads": [ 172 "MaterialDesignDownloads": [
181 { 173 {
182 "group_name": "Enabled" 174 "group_name": "Enabled"
183 } 175 }
184 ], 176 ],
185 "MaterialDesignUserManager": [ 177 "MaterialDesignUserManager": [
186 { 178 {
187 "enable_features": [ 179 "enable_features": [
188 "MaterialDesignUserManager" 180 "MaterialDesignUserManager"
189 ], 181 ],
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 ], 551 ],
560 "use-new-media-cache": [ 552 "use-new-media-cache": [
561 { 553 {
562 "enable_features": [ 554 "enable_features": [
563 "use-new-media-cache" 555 "use-new-media-cache"
564 ], 556 ],
565 "group_name": "Enabled" 557 "group_name": "Enabled"
566 } 558 }
567 ] 559 ]
568 } 560 }
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