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

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

Issue 2394273002: [Android] Permanently disable "All bookmarks" and remove its experiment (Closed)
Patch Set: isherman's comment Created 4 years, 2 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 "AllBookmarks": [
3 {
4 "platforms": [
5 "android"
6 ],
7 "experiments": [
8 {
9 "name": "Disabled",
10 "disable_features": [
11 "AllBookmarks"
12 ]
13 }
14 ]
15 }
16 ],
17 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
18 { 3 {
19 "platforms": [ 4 "platforms": [
20 "android" 5 "android"
21 ], 6 ],
22 "experiments": [ 7 "experiments": [
23 { 8 {
24 "name": "Disabled" 9 "name": "Disabled"
25 } 10 }
26 ] 11 ]
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 { 2234 {
2250 "name": "Enabled", 2235 "name": "Enabled",
2251 "enable_features": [ 2236 "enable_features": [
2252 "use-new-media-cache" 2237 "use-new-media-cache"
2253 ] 2238 ]
2254 } 2239 }
2255 ] 2240 ]
2256 } 2241 }
2257 ] 2242 ]
2258 } 2243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698