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

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

Issue 2872993003: Rename LowReputationPinging Feature to PasswordFieldOnFocusPinging (Closed)
Patch Set: 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.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 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": [ 2009 "PasswordProtectionPasswordFieldOnFocusPing": [
2010 { 2010 {
2011 "platforms": [ 2011 "platforms": [
2012 "chromeos", 2012 "chromeos",
2013 "linux", 2013 "linux",
2014 "mac", 2014 "mac",
2015 "win" 2015 "win"
2016 ], 2016 ],
2017 "experiments": [ 2017 "experiments": [
2018 { 2018 {
2019 "name": "SBEROnlyNoIncognito", 2019 "name": "SBEROnlyNoIncognito",
2020 "params": { 2020 "params": {
2021 "extended_reporting": "true", 2021 "extended_reporting": "true",
2022 "history_sync": "false", 2022 "history_sync": "false",
2023 "incognito": "false" 2023 "incognito": "false"
2024 }, 2024 },
2025 "enable_features": [ 2025 "enable_features": [
2026 "LowReputationPinging" 2026 "PasswordFieldOnFocusPinging"
2027 ] 2027 ]
2028 } 2028 }
2029 ] 2029 ]
2030 } 2030 }
2031 ], 2031 ],
2032 "PasswordProtectionProtectedPasswordEntryPing": [ 2032 "PasswordProtectionProtectedPasswordEntryPing": [
2033 { 2033 {
2034 "platforms": [ 2034 "platforms": [
2035 "chromeos", 2035 "chromeos",
2036 "linux", 2036 "linux",
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 { 3414 {
3415 "name": "Enabled", 3415 "name": "Enabled",
3416 "enable_features": [ 3416 "enable_features": [
3417 "use-new-media-cache" 3417 "use-new-media-cache"
3418 ] 3418 ]
3419 } 3419 }
3420 ] 3420 ]
3421 } 3421 }
3422 ] 3422 ]
3423 } 3423 }
OLDNEW
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698