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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge Created 3 years, 7 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 16 matching lines...) Expand all
27 "experiments": [ 27 "experiments": [
28 { 28 {
29 "name": "Enabled", 29 "name": "Enabled",
30 "enable_features": [ 30 "enable_features": [
31 "AndroidAIAFetching" 31 "AndroidAIAFetching"
32 ] 32 ]
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "AndroidHistoryManager": [
38 {
39 "platforms": [
40 "android"
41 ],
42 "experiments": [
43 {
44 "name": "Enabled",
45 "enable_features": [
46 "AndroidHistoryManager"
47 ]
48 }
49 ]
50 }
51 ],
52 "AndroidSpellChecker": [ 37 "AndroidSpellChecker": [
53 { 38 {
54 "platforms": [ 39 "platforms": [
55 "android" 40 "android"
56 ], 41 ],
57 "experiments": [ 42 "experiments": [
58 { 43 {
59 "name": "Enabled_NonLowEnd", 44 "name": "Enabled_NonLowEnd",
60 "enable_features": [ 45 "enable_features": [
61 "AndroidSpellCheckerNonLowEnd" 46 "AndroidSpellCheckerNonLowEnd"
(...skipping 3305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3367 { 3352 {
3368 "name": "Enabled", 3353 "name": "Enabled",
3369 "enable_features": [ 3354 "enable_features": [
3370 "use-new-media-cache" 3355 "use-new-media-cache"
3371 ] 3356 ]
3372 } 3357 }
3373 ] 3358 ]
3374 } 3359 }
3375 ] 3360 ]
3376 } 3361 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698