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

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

Issue 2505933007: Enable MarkNonSecureAs experiment on waterfall (Closed)
Patch Set: make browser test default explicit Created 4 years, 1 month 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 | « chrome/browser/ssl/security_state_tab_helper_browser_tests.cc ('k') | 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 "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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "platforms": [ 859 "platforms": [
860 "mac" 860 "mac"
861 ], 861 ],
862 "experiments": [ 862 "experiments": [
863 { 863 {
864 "name": "Mach" 864 "name": "Mach"
865 } 865 }
866 ] 866 ]
867 } 867 }
868 ], 868 ],
869 "MarkNonSecureAs": [
870 {
871 "platforms": [
872 "android",
873 "chromeos",
874 "ios",
875 "linux",
876 "mac",
877 "win"
878 ],
879 "experiments": [
880 {
881 "name": "show-non-secure-passwords-cc-ui"
882 }
883 ]
884 }
885 ],
869 "MaterialDesignDownloads": [ 886 "MaterialDesignDownloads": [
870 { 887 {
871 "platforms": [ 888 "platforms": [
872 "chromeos", 889 "chromeos",
873 "linux", 890 "linux",
874 "mac", 891 "mac",
875 "win" 892 "win"
876 ], 893 ],
877 "experiments": [ 894 "experiments": [
878 { 895 {
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 { 2390 {
2374 "name": "Enabled", 2391 "name": "Enabled",
2375 "enable_features": [ 2392 "enable_features": [
2376 "use-new-media-cache" 2393 "use-new-media-cache"
2377 ] 2394 ]
2378 } 2395 }
2379 ] 2396 ]
2380 } 2397 }
2381 ] 2398 ]
2382 } 2399 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/security_state_tab_helper_browser_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698