commit | b08b52dce5c3d4df12f55f01b59ac5d94dceaf42 | [log] [tgz] |
---|---|---|
author | Rainhard Findling <[email protected]> | Tue Dec 01 10:23:07 2020 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 01 10:23:07 2020 |
tree | 8fc686e541f95092f9cb09090e599281415d524f | |
parent | 5d190bba5a42a7e07b7c402433142fa7cb086c88 [diff] [blame] |
Safety check: weak password flag * Introduces a flag for showing both compromised and weak password counts in safety check (SC). * Puts the SC side of this UI change behind the flag. Bug: 1128904 Change-Id: I62c11d6893bd539d59796c3397a5d708b07ce253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562666 Reviewed-by: Esmael Elmoslimany <[email protected]> Commit-Queue: Rainhard Findling <[email protected]> Cr-Commit-Position: refs/heads/master@{#832272}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 494edb6..7e0a166 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1105,6 +1105,9 @@ extern const char kSafetyCheckAndroidName[]; extern const char kSafetyCheckAndroidDescription[]; +extern const char kSafetyCheckWeakPasswordsName[]; +extern const char kSafetyCheckWeakPasswordsDescription[]; + extern const char kProminentDarkModeActiveTabTitleName[]; extern const char kProminentDarkModeActiveTabTitleDescription[];