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

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

Issue 2817533004: Improve PasswordProtectionService and PasswordProtectionRequest (Closed)
Patch Set: address nparker's comments Created 3 years, 8 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
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 "experiments": [ 1875 "experiments": [
1876 { 1876 {
1877 "name": "Enabled", 1877 "name": "Enabled",
1878 "enable_features": [ 1878 "enable_features": [
1879 "PasswordMetadataFilling" 1879 "PasswordMetadataFilling"
1880 ] 1880 ]
1881 } 1881 }
1882 ] 1882 ]
1883 } 1883 }
1884 ], 1884 ],
1885 "PasswordProtectionPingOnlyStudy": [
1886 {
1887 "platforms": [
1888 "chromeos",
1889 "linux",
1890 "mac",
1891 "win"
1892 ],
1893 "experiments": [
1894 {
1895 "name": "PasswordProtectionPingOnlyEnabled",
1896 "enable_features": [
1897 "PasswordProtectionPingOnly"
1898 ]
1899 }
1900 ]
1901 }
1902 ],
1885 "PasswordSeparatedSigninFlow": [ 1903 "PasswordSeparatedSigninFlow": [
1886 { 1904 {
1887 "platforms": [ 1905 "platforms": [
1888 "linux", 1906 "linux",
1889 "mac", 1907 "mac",
1890 "win" 1908 "win"
1891 ], 1909 ],
1892 "experiments": [ 1910 "experiments": [
1893 { 1911 {
1894 "name": "Enabled", 1912 "name": "Enabled",
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 { 3303 {
3286 "name": "Enabled", 3304 "name": "Enabled",
3287 "enable_features": [ 3305 "enable_features": [
3288 "use-new-media-cache" 3306 "use-new-media-cache"
3289 ] 3307 ]
3290 } 3308 }
3291 ] 3309 ]
3292 } 3310 }
3293 ] 3311 ]
3294 } 3312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698