mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Support override of client id for file scanning (fixes issue #2368).
This commit is contained in:
committed by
Marshall Greenblatt
parent
8b400331c7
commit
3827f817c7
@@ -39,6 +39,7 @@ class CefDownloadManagerDelegate : public download::DownloadItem::Observer,
|
||||
download::DownloadItem* item,
|
||||
const content::DownloadTargetCallback& callback) override;
|
||||
void GetNextId(const content::DownloadIdCallback& callback) override;
|
||||
std::string ApplicationClientIdForFileScanning() const override;
|
||||
|
||||
// CefBrowserHostImpl::Observer methods.
|
||||
void OnBrowserDestroyed(CefBrowserHostImpl* browser) override;
|
||||
|
Reference in New Issue
Block a user