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

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: nit 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
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service_unittest.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 "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 },
Ilya Sherman 2017/05/05 22:49:31 Only a single experiment per study will actually g
Jialiu Lin 2017/05/05 22:58:52 Good to know. in that case, I'll keep the first ex
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": "AllButNoIncognito",
1976 "params": {
1977 "all_population": "true",
1978 "incognito": "false"
1979 },
1980 "enable_features": [
1981 "LowReputationPinging"
1982 ]
1983 },
1984 {
1985 "name": "All",
1986 "params": {
1987 "all_population": "true",
1988 "incognito": "true"
1989 },
1990 "enable_features": [
1991 "LowReputationPinging"
1992 ]
1993 }
1994 ]
1995 }
1996 ],
1997 "PasswordProtectionProtectedPasswordEntryPing": [
1998 {
1999 "platforms": [
2000 "chromeos",
2001 "linux",
2002 "mac",
2003 "win"
2004 ],
2005 "experiments": [
2006 {
2007 "name": "SBEROnlyNoIncognito",
2008 "params": {
2009 "extended_reporting": "true",
2010 "history_sync": "false",
2011 "incognito": "false"
2012 },
2013 "enable_features": [
2014 "ProtectedPasswordEntryPinging"
2015 ]
2016 },
2017 {
2018 "name": "SBERAndHistorySyncNoIncognito",
2019 "params": {
2020 "extended_reporting": "true",
2021 "history_sync": "true",
2022 "incognito": "false"
2023 },
2024 "enable_features": [
2025 "ProtectedPasswordEntryPinging"
2026 ]
2027 },
2028 {
2029 "name": "AllButNoIncognito",
2030 "params": {
2031 "all_population": "true",
2032 "incognito": "false"
2033 },
2034 "enable_features": [
2035 "LowReputationPinging"
2036 ]
2037 },
2038 {
2039 "name": "All",
2040 "params": {
2041 "all_population": "true",
2042 "incognito": "true"
2043 },
2044 "enable_features": [
2045 "LowReputationPinging"
2046 ]
2047 }
2048 ]
2049 }
2050 ],
1943 "PasswordSeparatedSigninFlow": [ 2051 "PasswordSeparatedSigninFlow": [
1944 { 2052 {
1945 "platforms": [ 2053 "platforms": [
1946 "linux", 2054 "linux",
1947 "mac", 2055 "mac",
1948 "win" 2056 "win"
1949 ], 2057 ],
1950 "experiments": [ 2058 "experiments": [
1951 { 2059 {
1952 "name": "Enabled", 2060 "name": "Enabled",
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 { 3426 {
3319 "name": "Enabled", 3427 "name": "Enabled",
3320 "enable_features": [ 3428 "enable_features": [
3321 "use-new-media-cache" 3429 "use-new-media-cache"
3322 ] 3430 ]
3323 } 3431 }
3324 ] 3432 ]
3325 } 3433 }
3326 ] 3434 ]
3327 } 3435 }
OLDNEW
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698