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

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

Issue 2170233002: Revert of 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 ],
158 "MinidumpDirectoryObserver": [ 166 "MinidumpDirectoryObserver": [
159 { 167 {
160 "group_name": "ObserverExperimentGroup", 168 "group_name": "ObserverExperimentGroup",
161 "params": { 169 "params": {
162 "Enabled": "true" 170 "Enabled": "true"
163 } 171 }
164 } 172 }
165 ], 173 ],
166 "ModerateBindingOnBackgroundTabCreation": [ 174 "ModerateBindingOnBackgroundTabCreation": [
167 { 175 {
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 ], 553 ],
546 "use-new-media-cache": [ 554 "use-new-media-cache": [
547 { 555 {
548 "enable_features": [ 556 "enable_features": [
549 "use-new-media-cache" 557 "use-new-media-cache"
550 ], 558 ],
551 "group_name": "Enabled" 559 "group_name": "Enabled"
552 } 560 }
553 ] 561 ]
554 } 562 }
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