Add DownloadItem.getState
This commit is contained in:
parent
2ec5406ca6
commit
0321e23c7a
2 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue