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

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

Issue 2491403002: Add a feature flag for the security verbose (Closed)
Patch Set: Fix compile issues 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/common/chrome_switches.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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 "mac", 1711 "mac",
1712 "win" 1712 "win"
1713 ], 1713 ],
1714 "experiments": [ 1714 "experiments": [
1715 { 1715 {
1716 "name": "Enabled" 1716 "name": "Enabled"
1717 } 1717 }
1718 ] 1718 ]
1719 } 1719 }
1720 ], 1720 ],
1721 "SecurityChip": [
1722 {
1723 "platforms": [
1724 "chromeos",
1725 "linux",
1726 "mac",
1727 "win"
1728 ],
1729 "experiments": [
1730 {
1731 "name": "Enabled",
1732 "params": {
1733 "animation": "animate-all",
1734 "visibility": "show-all"
1735 },
1736 "enable_features": [
1737 "SecurityChip"
1738 ]
1739 }
1740 ]
1741 }
1742 ],
1721 "SecurityWarningIconUpdate": [ 1743 "SecurityWarningIconUpdate": [
1722 { 1744 {
1723 "platforms": [ 1745 "platforms": [
1724 "android", 1746 "android",
1725 "chromeos", 1747 "chromeos",
1726 "ios", 1748 "ios",
1727 "linux", 1749 "linux",
1728 "mac", 1750 "mac",
1729 "win" 1751 "win"
1730 ], 1752 ],
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 { 2225 {
2204 "name": "Enabled", 2226 "name": "Enabled",
2205 "enable_features": [ 2227 "enable_features": [
2206 "use-new-media-cache" 2228 "use-new-media-cache"
2207 ] 2229 ]
2208 } 2230 }
2209 ] 2231 ]
2210 } 2232 }
2211 ] 2233 ]
2212 } 2234 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698