Add OS process id to web-contents

This commit is contained in:
Alexandre Lachèze 2017-04-18 12:31:20 +02:00
parent 0c1d60381d
commit f375e8a7db
2 changed files with 9 additions and 0 deletions

View file

@ -82,6 +82,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
int64_t GetID() const;
int GetProcessID() const;
int GetOSProcessID() const;
Type GetType() const;
bool Equal(const WebContents* web_contents) const;
void LoadURL(const GURL& url, const mate::Dictionary& options);