Add WebContentsPrefrences class
This commit is contained in:
parent
81d423c547
commit
dd871812b7
5 changed files with 69 additions and 5 deletions
|
@ -116,7 +116,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
|
||||
protected:
|
||||
explicit WebContents(content::WebContents* web_contents);
|
||||
explicit WebContents(const mate::Dictionary& options);
|
||||
WebContents(v8::Isolate* isolate, const mate::Dictionary& options);
|
||||
~WebContents();
|
||||
|
||||
// mate::Wrappable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue