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

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

Issue 2159103008: Default enable main frame before activation and remove finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 } 148 }
149 ], 149 ],
150 "LowPriorityIFrames": [ 150 "LowPriorityIFrames": [
151 { 151 {
152 "group_name": "Enabled", 152 "group_name": "Enabled",
153 "params": { 153 "params": {
154 "lowPriorityIframes": "true" 154 "lowPriorityIframes": "true"
155 } 155 }
156 } 156 }
157 ], 157 ],
158 "MainFrameBeforeActivation": [
159 {
160 "enable_features": [
161 "MainFrameBeforeActivation"
162 ],
163 "group_name": "Enabled"
164 }
165 ],
166 "MinidumpDirectoryObserver": [ 158 "MinidumpDirectoryObserver": [
167 { 159 {
168 "group_name": "ObserverExperimentGroup", 160 "group_name": "ObserverExperimentGroup",
169 "params": { 161 "params": {
170 "Enabled": "true" 162 "Enabled": "true"
171 } 163 }
172 } 164 }
173 ], 165 ],
174 "ModerateBindingOnBackgroundTabCreation": [ 166 "ModerateBindingOnBackgroundTabCreation": [
175 { 167 {
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ], 545 ],
554 "use-new-media-cache": [ 546 "use-new-media-cache": [
555 { 547 {
556 "enable_features": [ 548 "enable_features": [
557 "use-new-media-cache" 549 "use-new-media-cache"
558 ], 550 ],
559 "group_name": "Enabled" 551 "group_name": "Enabled"
560 } 552 }
561 ] 553 ]
562 } 554 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698