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

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

Issue 1771223002: Migrate *-ime-thread switches to feature API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plumb imeadapter instead and fixed nits Created 4 years, 9 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "params": { 116 "params": {
117 "disable_auto_hiding_toolbar_threshold": "800" 117 "disable_auto_hiding_toolbar_threshold": "800"
118 } 118 }
119 } 119 }
120 ], 120 ],
121 "EnableMediaThreadForMediaPlayback": [ 121 "EnableMediaThreadForMediaPlayback": [
122 { 122 {
123 "group_name": "Enabled" 123 "group_name": "Enabled"
124 } 124 }
125 ], 125 ],
126 "ImeThread": [
127 {
128 "enable_features": [
129 "ImeThread"
130 ],
131 "group_name": "Enabled"
132 }
133 ],
126 "InvalidationsGCMUpstream": [ 134 "InvalidationsGCMUpstream": [
127 { 135 {
128 "group_name": "Enabled" 136 "group_name": "Enabled"
129 }, 137 },
130 { 138 {
131 "group_name": "Control" 139 "group_name": "Control"
132 }, 140 },
133 { 141 {
134 "group_name": "Disabled" 142 "group_name": "Disabled"
135 } 143 }
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 ], 439 ],
432 "use-new-media-cache": [ 440 "use-new-media-cache": [
433 { 441 {
434 "enable_features": [ 442 "enable_features": [
435 "use-new-media-cache" 443 "use-new-media-cache"
436 ], 444 ],
437 "group_name": "Enabled" 445 "group_name": "Enabled"
438 } 446 }
439 ] 447 ]
440 } 448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698