File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ --- a/chrome/browser/ui/views/webid/fedcm_account_selection_view_desktop.cc
2+ +++ b/chrome/browser/ui/views/webid/fedcm_account_selection_view_desktop.cc
3+ @@ -1279,6 +1279,9 @@ gfx::Rect FedCmAccountSelectionView::Get
4+
5+ void FedCmAccountSelectionView::ShouldShowDialog(bool& should_show) {
6+ if (dialog_type_ == DialogType::BUBBLE) {
7+ + should_show = false;
8+ + return;
9+ +
10+ // Hide the bubble dialog if it can't fit.
11+ if (!CanFitInWebContents()) {
12+ should_show = false;
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ helium/core/infinite-tab-freezing.patch
176176helium/core/disable-touch-ui.patch
177177helium/core/open-new-tabs-next-to-active-tab-option.patch
178178helium/core/disable-update-toast.patch
179+ helium/core/disable-fedcm-bubble.patch
179180
180181helium/settings/move-search-suggest.patch
181182helium/settings/remove-autofill.patch
You can’t perform that action at this time.
0 commit comments