Add WebContentsPrefrences class

This commit is contained in:
Cheng Zhao 2015-09-05 01:44:22 +09:00
parent 81d423c547
commit dd871812b7
5 changed files with 69 additions and 5 deletions

View file

@ -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: