Merge pull request #9222 from alexstrat/add-os-process-id
Add OS pid to web-contents
This commit is contained in:
commit
d79ac8d9c1
4 changed files with 27 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue