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

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

Issue 2552323004: Add fieldtrial_testing_config.json entry for SeccompSandboxAndroid. (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 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 "mac", 1900 "mac",
1901 "win" 1901 "win"
1902 ], 1902 ],
1903 "experiments": [ 1903 "experiments": [
1904 { 1904 {
1905 "name": "Enabled" 1905 "name": "Enabled"
1906 } 1906 }
1907 ] 1907 ]
1908 } 1908 }
1909 ], 1909 ],
1910 "SeccompSandboxAndroid": [
1911 {
1912 "platforms": [
1913 "android"
1914 ],
1915 "experiments": [
1916 {
1917 "name": "SandboxEnabled",
1918 "enable_features": [
1919 "SeccompSandboxAndroid"
1920 ]
1921 }
1922 ]
1923 }
1924 ],
1910 "SecurityChip": [ 1925 "SecurityChip": [
1911 { 1926 {
1912 "platforms": [ 1927 "platforms": [
1913 "chromeos", 1928 "chromeos",
1914 "linux", 1929 "linux",
1915 "mac", 1930 "mac",
1916 "win" 1931 "win"
1917 ], 1932 ],
1918 "experiments": [ 1933 "experiments": [
1919 { 1934 {
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 { 2429 {
2415 "name": "Enabled", 2430 "name": "Enabled",
2416 "enable_features": [ 2431 "enable_features": [
2417 "use-new-media-cache" 2432 "use-new-media-cache"
2418 ] 2433 ]
2419 } 2434 }
2420 ] 2435 ]
2421 } 2436 }
2422 ] 2437 ]
2423 } 2438 }
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