Commit d7868e48 authored by David Roger's avatar David Roger Committed by Commit Bot

[signin] Interception bubble is sticky

Bug: 1076880
Change-Id: I7bc1498f85a9f23bc182a17261d58b4b8e1a62e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362889
Commit-Queue: David Roger <droger@chromium.org>
Reviewed-by: default avatarAlex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799134}
parent 41d61258
......@@ -119,6 +119,7 @@ DiceWebSigninInterceptionBubbleView::DiceWebSigninInterceptionBubbleView(
bubble_parameters_(bubble_parameters),
callback_(std::move(callback)) {
DCHECK(profile_);
set_close_on_deactivate(false);
// Create the web view in the native bubble.
std::unique_ptr<views::WebView> web_view =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment