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 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: rebase 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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 "experiments": [ 1999 "experiments": [
2000 { 2000 {
2001 "name": "Enabled", 2001 "name": "Enabled",
2002 "enable_features": [ 2002 "enable_features": [
2003 "PasswordMetadataFilling" 2003 "PasswordMetadataFilling"
2004 ] 2004 ]
2005 } 2005 }
2006 ] 2006 ]
2007 } 2007 }
2008 ], 2008 ],
2009 "PasswordProtectionLowReputationPing": [
2010 {
2011 "platforms": [
2012 "chromeos",
2013 "linux",
2014 "mac",
2015 "win"
2016 ],
2017 "experiments": [
2018 {
2019 "name": "SBEROnlyNoIncognito",
2020 "params": {
2021 "extended_reporting": "true",
2022 "history_sync": "false",
2023 "incognito": "false"
2024 },
2025 "enable_features": [
2026 "LowReputationPinging"
2027 ]
2028 }
2029 ]
2030 }
2031 ],
2032 "PasswordProtectionProtectedPasswordEntryPing": [
2033 {
2034 "platforms": [
2035 "chromeos",
2036 "linux",
2037 "mac",
2038 "win"
2039 ],
2040 "experiments": [
2041 {
2042 "name": "SBEROnlyNoIncognito",
2043 "params": {
2044 "extended_reporting": "true",
2045 "history_sync": "false",
2046 "incognito": "false"
2047 },
2048 "enable_features": [
2049 "ProtectedPasswordEntryPinging"
2050 ]
2051 }
2052 ]
2053 }
2054 ],
2009 "PasswordSeparatedSigninFlow": [ 2055 "PasswordSeparatedSigninFlow": [
2010 { 2056 {
2011 "platforms": [ 2057 "platforms": [
2012 "linux", 2058 "linux",
2013 "mac", 2059 "mac",
2014 "win" 2060 "win"
2015 ], 2061 ],
2016 "experiments": [ 2062 "experiments": [
2017 { 2063 {
2018 "name": "Enabled", 2064 "name": "Enabled",
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3368 { 3414 {
3369 "name": "Enabled", 3415 "name": "Enabled",
3370 "enable_features": [ 3416 "enable_features": [
3371 "use-new-media-cache" 3417 "use-new-media-cache"
3372 ] 3418 ]
3373 } 3419 }
3374 ] 3420 ]
3375 } 3421 }
3376 ] 3422 ]
3377 } 3423 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698