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

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

Issue 2553923002: Remove deprecated ReplicaInputConnection (Closed)
Patch Set: Created 4 years 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 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "platforms": [ 804 "platforms": [
805 "win" 805 "win"
806 ], 806 ],
807 "experiments": [ 807 "experiments": [
808 { 808 {
809 "name": "Default" 809 "name": "Default"
810 } 810 }
811 ] 811 ]
812 } 812 }
813 ], 813 ],
814 "ImeThread": [
815 {
816 "platforms": [
817 "android"
818 ],
819 "experiments": [
820 {
821 "name": "Enabled",
822 "enable_features": [
823 "ImeThread"
824 ]
825 }
826 ]
827 }
828 ],
829 "ImportantSitesInCBD": [ 814 "ImportantSitesInCBD": [
830 { 815 {
831 "platforms": [ 816 "platforms": [
832 "android" 817 "android"
833 ], 818 ],
834 "experiments": [ 819 "experiments": [
835 { 820 {
836 "name": "DialogEnabled", 821 "name": "DialogEnabled",
837 "enable_features": [ 822 "enable_features": [
838 "ImportantSitesInCBD" 823 "ImportantSitesInCBD"
(...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2411 { 2396 {
2412 "name": "Enabled", 2397 "name": "Enabled",
2413 "enable_features": [ 2398 "enable_features": [
2414 "use-new-media-cache" 2399 "use-new-media-cache"
2415 ] 2400 ]
2416 } 2401 }
2417 ] 2402 ]
2418 } 2403 }
2419 ] 2404 ]
2420 } 2405 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698