use DownloadItem to determine download initiator

This commit is contained in:
deepak1556 2016-04-27 20:29:39 +05:30
parent 46208b5b3e
commit 6dbd2ce243
3 changed files with 2 additions and 12 deletions

View file

@ -37,8 +37,6 @@ class SavePageHandler : public content::DownloadManager::Observer,
bool Handle(const base::FilePath& full_path,
const content::SavePageType& save_type);
static bool IsSavePageTypes(const std::string& type);
private:
void Destroy(content::DownloadItem* item);