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

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

Issue 2475013002: Add AndroidSpellChecker experiment for fieldtrial testing. (Closed)
Patch Set: add disable_features Created 4 years, 1 month 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 | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
11 ] 11 ]
12 } 12 }
13 ], 13 ],
14 "AndroidSpellChecker": [
15 {
16 "platforms": [
17 "android"
18 ],
19 "experiments": [
20 {
21 "name": "Enabled_NonLowEnd",
22 "enable_features": [
23 "AndroidSpellCheckerNonLowEnd"
24 ],
25 "disable_features": [
26 "AndroidSpellChecker"
27 ]
28 }
29 ]
30 }
31 ],
14 "AsyncDNS": [ 32 "AsyncDNS": [
15 { 33 {
16 "platforms": [ 34 "platforms": [
17 "linux" 35 "linux"
18 ], 36 ],
19 "experiments": [ 37 "experiments": [
20 { 38 {
21 "name": "AsyncDNSA" 39 "name": "AsyncDNSA"
22 } 40 }
23 ] 41 ]
(...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 { 2357 {
2340 "name": "Enabled", 2358 "name": "Enabled",
2341 "enable_features": [ 2359 "enable_features": [
2342 "use-new-media-cache" 2360 "use-new-media-cache"
2343 ] 2361 ]
2344 } 2362 }
2345 ] 2363 ]
2346 } 2364 }
2347 ] 2365 ]
2348 } 2366 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698