Skip to content

Commit 68ef8ff

Browse files
committed
helium/core: disable fedcm login nag bubble
1 parent fd4e3ec commit 68ef8ff

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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;

patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ helium/core/infinite-tab-freezing.patch
176176
helium/core/disable-touch-ui.patch
177177
helium/core/open-new-tabs-next-to-active-tab-option.patch
178178
helium/core/disable-update-toast.patch
179+
helium/core/disable-fedcm-bubble.patch
179180

180181
helium/settings/move-search-suggest.patch
181182
helium/settings/remove-autofill.patch

0 commit comments

Comments
 (0)