helium/ui: remove link to password manager from passkey autofill popover

This commit is contained in:
wukko
2025-10-18 01:50:01 +06:00
parent ec7340c086
commit b2050c2c8b
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/components/password_manager/core/browser/password_suggestion_generator.cc
+++ b/components/password_manager/core/browser/password_suggestion_generator.cc
@@ -96,6 +96,8 @@ Suggestion::PasswordSuggestionDetails Ge
}
void MaybeAppendManagePasswordsEntry(std::vector<Suggestion>* suggestions) {
+ return;
+
bool has_no_fillable_suggestions = std::ranges::none_of(
*suggestions,
[](SuggestionType id) {

View File

@@ -250,3 +250,4 @@ helium/ui/helium-color-scheme.patch
helium/ui/improve-flags-webui.patch
helium/ui/ublock-show-in-settings.patch
helium/ui/licenses-in-credits.patch
helium/ui/remove-autofill-link-to-password-manager.patch