mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: Fix unintended show of minimized window on navigation (fixes #3618)
This commit is contained in:
committed by
Marshall Greenblatt
parent
e6b45b0c88
commit
39142413a0
@ -376,6 +376,7 @@ void CefFrameHostImpl::LoadURLWithExtras(const std::string& url,
|
||||
gurl, referrer, WindowOpenDisposition::CURRENT_TAB, transition,
|
||||
/*is_renderer_initiated=*/false);
|
||||
params.extra_headers = extra_headers;
|
||||
params.user_gesture = false;
|
||||
|
||||
browser->LoadMainFrameURL(params);
|
||||
}
|
||||
|
Reference in New Issue
Block a user