Support override of client id for file scanning (fixes issue #2368).

This commit is contained in:
Ananyo Maiti
2019-05-07 16:22:16 +00:00
committed by Marshall Greenblatt
parent 8b400331c7
commit 3827f817c7
6 changed files with 34 additions and 5 deletions

View File

@@ -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;