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

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

Issue 2620033002: Remove obsolete AndroidSessionNotifications field trial from fieldtrial_testing_config.json (Closed)
Patch Set: Created 3 years, 11 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 | 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": [
3 {
4 "platforms": [
5 "android"
6 ],
7 "experiments": [
8 {
9 "name": "Disabled"
10 }
11 ]
12 }
13 ],
14 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
15 { 3 {
16 "platforms": [ 4 "platforms": [
17 "android" 5 "android"
18 ], 6 ],
19 "experiments": [ 7 "experiments": [
20 { 8 {
21 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
22 "enable_features": [ 10 "enable_features": [
23 "AndroidSpellCheckerNonLowEnd" 11 "AndroidSpellCheckerNonLowEnd"
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 { 2541 {
2554 "name": "Enabled", 2542 "name": "Enabled",
2555 "enable_features": [ 2543 "enable_features": [
2556 "use-new-media-cache" 2544 "use-new-media-cache"
2557 ] 2545 ]
2558 } 2546 }
2559 ] 2547 ]
2560 } 2548 }
2561 ] 2549 ]
2562 } 2550 }
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