commit | e8a6b3c645037de6a060af98733591b8f72b4f05 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Tue Aug 20 14:14:46 2019 |
committer | Commit Bot <[email protected]> | Tue Aug 20 14:14:46 2019 |
tree | dff52a203cf1975358441430d1dbd0e5f7e466ea | |
parent | 9692e8421dd14103dbbd1f7c0ff592af3cd50cb7 [diff] [blame] |
[Passwords] Add UI Flag for Leak Detection This change adds a UI flag for the password leak detection feature. Bug: 986298 Change-Id: I0dde3c0afa4464bd97bd11c57b8fa7b5de7a8600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761605 Commit-Queue: Jan Wilken Dörrie <[email protected]> Commit-Queue: Vasilii Sukhanov <[email protected]> Auto-Submit: Jan Wilken Dörrie <[email protected]> Reviewed-by: Vasilii Sukhanov <[email protected]> Cr-Commit-Position: refs/heads/master@{#688512}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index e97199d..067e020 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -4346,6 +4346,10 @@ FEATURE_VALUE_TYPE(features::kProfileMenuRevamp)}, #endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) + {"password-leak-detection", flag_descriptions::kPasswordLeakDetectionName, + flag_descriptions::kPasswordLeakDetectionDescription, kOsAll, + FEATURE_VALUE_TYPE(password_manager::features::kLeakDetection)}, + // NOTE: Adding a new flag requires adding a corresponding entry to enum // "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag // Histograms" in tools/metrics/histograms/README.md (run the