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

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

Issue 2569433003: Change SecurityChips animation behavior on waterfall (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
« 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 "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 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 "platforms": [ 1943 "platforms": [
1944 "chromeos", 1944 "chromeos",
1945 "linux", 1945 "linux",
1946 "mac", 1946 "mac",
1947 "win" 1947 "win"
1948 ], 1948 ],
1949 "experiments": [ 1949 "experiments": [
1950 { 1950 {
1951 "name": "Enabled", 1951 "name": "Enabled",
1952 "params": { 1952 "params": {
1953 "animation": "animate-all", 1953 "animation": "animate-nonsecure-only",
1954 "visibility": "show-all" 1954 "visibility": "show-all"
1955 }, 1955 },
1956 "enable_features": [ 1956 "enable_features": [
1957 "SecurityChip" 1957 "SecurityChip"
1958 ] 1958 ]
1959 } 1959 }
1960 ] 1960 ]
1961 } 1961 }
1962 ], 1962 ],
1963 "SecurityWarningIconUpdate": [ 1963 "SecurityWarningIconUpdate": [
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 { 2460 {
2461 "name": "Enabled", 2461 "name": "Enabled",
2462 "enable_features": [ 2462 "enable_features": [
2463 "use-new-media-cache" 2463 "use-new-media-cache"
2464 ] 2464 ]
2465 } 2465 }
2466 ] 2466 ]
2467 } 2467 }
2468 ] 2468 ]
2469 } 2469 }
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