diff --git a/patches/helium/ui/remove-autofill-link-to-password-manager.patch b/patches/helium/ui/remove-autofill-link-to-password-manager.patch new file mode 100644 index 00000000..252784da --- /dev/null +++ b/patches/helium/ui/remove-autofill-link-to-password-manager.patch @@ -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* suggestions) { ++ return; ++ + bool has_no_fillable_suggestions = std::ranges::none_of( + *suggestions, + [](SuggestionType id) { diff --git a/patches/series b/patches/series index ea99bb61..bb33650a 100644 --- a/patches/series +++ b/patches/series @@ -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