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

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

Issue 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: replace PasswordReuse with ProtectedPasswordEntry Created 3 years, 7 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 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 "experiments": [ 1933 "experiments": [
1934 { 1934 {
1935 "name": "Enabled", 1935 "name": "Enabled",
1936 "enable_features": [ 1936 "enable_features": [
1937 "PasswordMetadataFilling" 1937 "PasswordMetadataFilling"
1938 ] 1938 ]
1939 } 1939 }
1940 ] 1940 ]
1941 } 1941 }
1942 ], 1942 ],
1943 "PasswordProtectionLowReputationPing": [
1944 {
1945 "platforms": [
1946 "chromeos",
1947 "linux",
1948 "mac",
1949 "win"
1950 ],
1951 "experiments": [
1952 {
1953 "name": "SBEROnlyNoIncognito",
1954 "params": {
1955 "extended_reporting": "true",
1956 "history_sync": "false",
1957 "incognito": "false"
1958 },
1959 "enable_features": [
1960 "LowReputationPinging"
1961 ]
1962 },
1963 {
1964 "name": "SBERAndHistorySyncNoIncognito",
1965 "params": {
1966 "extended_reporting": "true",
1967 "history_sync": "true",
1968 "incognito": "false"
1969 },
1970 "enable_features": [
1971 "LowReputationPinging"
1972 ]
1973 },
1974 {
1975 "name": "All",
1976 "params": {
1977 "extended_reporting": "true",
1978 "history_sync": "true",
1979 "incognito": "true"
1980 },
1981 "enable_features": [
1982 "LowReputationPinging"
1983 ]
1984 }
1985 ]
1986 }
1987 ],
1988 "PasswordProtectionProtectedPasswordEntryPing": [
1989 {
1990 "platforms": [
1991 "chromeos",
1992 "linux",
1993 "mac",
1994 "win"
1995 ],
1996 "experiments": [
1997 {
1998 "name": "SBEROnlyNoIncognito",
1999 "params": {
2000 "extended_reporting": "true",
2001 "history_sync": "false",
2002 "incognito": "false"
2003 },
2004 "enable_features": [
2005 "ProtectedPasswordEntryPinging"
2006 ]
2007 },
2008 {
2009 "name": "SBERAndHistorySyncNoIncognito",
2010 "params": {
2011 "extended_reporting": "true",
2012 "history_sync": "true",
2013 "incognito": "false"
2014 },
2015 "enable_features": [
2016 "ProtectedPasswordEntryPinging"
2017 ]
2018 },
2019 {
2020 "name": "All",
2021 "params": {
2022 "extended_reporting": "true",
2023 "history_sync": "true",
2024 "incognito": "true"
2025 },
2026 "enable_features": [
2027 "ProtectedPasswordEntryPinging"
2028 ]
2029 }
2030 ]
2031 }
2032 ],
1943 "PasswordSeparatedSigninFlow": [ 2033 "PasswordSeparatedSigninFlow": [
1944 { 2034 {
1945 "platforms": [ 2035 "platforms": [
1946 "linux", 2036 "linux",
1947 "mac", 2037 "mac",
1948 "win" 2038 "win"
1949 ], 2039 ],
1950 "experiments": [ 2040 "experiments": [
1951 { 2041 {
1952 "name": "Enabled", 2042 "name": "Enabled",
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 { 3408 {
3319 "name": "Enabled", 3409 "name": "Enabled",
3320 "enable_features": [ 3410 "enable_features": [
3321 "use-new-media-cache" 3411 "use-new-media-cache"
3322 ] 3412 ]
3323 } 3413 }
3324 ] 3414 ]
3325 } 3415 }
3326 ] 3416 ]
3327 } 3417 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698