Add a DownloadURL method on WebContents.
This commit is contained in:
parent
85b7aa6933
commit
c311c6cf1b
2 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
int GetID() const;
|
||||
bool Equal(const WebContents* web_contents) const;
|
||||
void LoadURL(const GURL& url, const mate::Dictionary& options);
|
||||
void DownloadURL(const GURL& url);
|
||||
GURL GetURL() const;
|
||||
base::string16 GetTitle() const;
|
||||
bool IsLoading() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue