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

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

Issue 1918583002: Add field trial testing config for MojoChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "params": { 153 "params": {
154 "Enabled": "true" 154 "Enabled": "true"
155 } 155 }
156 } 156 }
157 ], 157 ],
158 "ModerateBindingOnBackgroundTabCreation": [ 158 "ModerateBindingOnBackgroundTabCreation": [
159 { 159 {
160 "group_name": "Enabled" 160 "group_name": "Enabled"
161 } 161 }
162 ], 162 ],
163 "MojoChannel": [
164 {
165 "group_name": "Enabled"
166 }
167 ],
163 "NTPPopularSites": [ 168 "NTPPopularSites": [
164 { 169 {
165 "group_name": "Enabled5", 170 "group_name": "Enabled5",
166 "params": { 171 "params": {
167 "version": "5" 172 "version": "5"
168 } 173 }
169 } 174 }
170 ], 175 ],
171 "NetworkQualityEstimator": [ 176 "NetworkQualityEstimator": [
172 { 177 {
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ], 475 ],
471 "use-new-media-cache": [ 476 "use-new-media-cache": [
472 { 477 {
473 "enable_features": [ 478 "enable_features": [
474 "use-new-media-cache" 479 "use-new-media-cache"
475 ], 480 ],
476 "group_name": "Enabled" 481 "group_name": "Enabled"
477 } 482 }
478 ] 483 ]
479 } 484 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698