Merge pull request #9222 from alexstrat/add-os-process-id

Add OS pid to web-contents
This commit is contained in:
Kevin Sawicki 2017-05-15 13:28:47 -07:00 committed by GitHub
commit d79ac8d9c1
4 changed files with 27 additions and 0 deletions

View file

@ -83,6 +83,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);