Add DownloadItem.getState

This commit is contained in:
Cheng Zhao 2016-06-09 19:42:32 +09:00
parent 2ec5406ca6
commit 0321e23c7a
2 changed files with 10 additions and 1 deletions

View file

@ -36,6 +36,7 @@ class DownloadItem : public mate::TrackableObject<DownloadItem>,
std::string GetFilename() const;
std::string GetContentDisposition() const;
const GURL& GetURL() const;
content::DownloadItem::DownloadState GetState() const;
void SetSavePath(const base::FilePath& path);
base::FilePath GetSavePath() const;