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

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

Issue 2634093003: Revert of Enable HttpFormWarning in 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 { 820 {
821 "name": "Enabled", 821 "name": "Enabled",
822 "params": { 822 "params": {
823 "engagement_threshold_for_flash": "1" 823 "engagement_threshold_for_flash": "1"
824 }, 824 },
825 "enable_features": [ 825 "enable_features": [
826 "PreferHtmlOverPlugins" 826 "PreferHtmlOverPlugins"
827 ] 827 ]
828 } 828 }
829 ] 829 ]
830 }
831 ],
832 "HttpFormWarning": [
833 {
834 "platforms": [
835 "android",
836 "chromeos",
837 "linux",
838 "mac",
839 "win"
840 ],
841 "experiments": [
842 {
843 "name": "Enabled",
844 "enable_features": [
845 "HttpFormWarning"
846 ]
847 }
848 ]
849 } 830 }
850 ], 831 ],
851 "IOSurfaceClearYosemite": [ 832 "IOSurfaceClearYosemite": [
852 { 833 {
853 "platforms": [ 834 "platforms": [
854 "mac" 835 "mac"
855 ], 836 ],
856 "experiments": [ 837 "experiments": [
857 { 838 {
858 "name": "Enabled", 839 "name": "Enabled",
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 { 2539 {
2559 "name": "Enabled", 2540 "name": "Enabled",
2560 "enable_features": [ 2541 "enable_features": [
2561 "use-new-media-cache" 2542 "use-new-media-cache"
2562 ] 2543 ]
2563 } 2544 }
2564 ] 2545 ]
2565 } 2546 }
2566 ] 2547 ]
2567 } 2548 }
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