Expose native implementation of WebContent::GetURL
This commit is contained in:
parent
f140f35910
commit
3bf73bc455
2 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,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);
|
||||
GURL GetURL() const;
|
||||
base::string16 GetTitle() const;
|
||||
bool IsLoading() const;
|
||||
bool IsWaitingForResponse() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue