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

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

Issue 2629663002: 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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 } 830 }
831 ], 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 }
850 ],
832 "IOSurfaceClearYosemite": [ 851 "IOSurfaceClearYosemite": [
833 { 852 {
834 "platforms": [ 853 "platforms": [
835 "mac" 854 "mac"
836 ], 855 ],
837 "experiments": [ 856 "experiments": [
838 { 857 {
839 "name": "Enabled", 858 "name": "Enabled",
840 "enable_features": [ 859 "enable_features": [
841 "IOSurfaceClearYosemite" 860 "IOSurfaceClearYosemite"
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 { 2558 {
2540 "name": "Enabled", 2559 "name": "Enabled",
2541 "enable_features": [ 2560 "enable_features": [
2542 "use-new-media-cache" 2561 "use-new-media-cache"
2543 ] 2562 ]
2544 } 2563 }
2545 ] 2564 ]
2546 } 2565 }
2547 ] 2566 ]
2548 } 2567 }
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