Hi,
Recently I've moved from using Alloy runtime style to Chrome runtime style on 135.0.22+g442c600+chromium-135.0.7049.115.
With this change, I noticed that the download bubble is now displayed upon downloading an item, whether it is with a "Save as" dialog or without.
I didn't face this behavior before with Alloy runtime style.
I implement CefDownloadHandler::OnBeforeDownload to manage downloads, calling "callback->Continue" to carry on the download whether with false or true show_dialog.
My question is: Is there any CEF API to control the download bubble feature in CEF135+?
I want to disable it. I've tried the following, but non worked - I still get the download bubble/tab upon downloading.
Command line: disable-features - DownloadBubble.
Context preference: download_bubble_enabled - false.
Regards,