Enable creating window with existing web contents.

This commit is contained in:
Cheng Zhao 2013-04-20 13:42:39 +08:00
parent 0b2b9d371e
commit 5fb5ce2251
6 changed files with 23 additions and 15 deletions

View file

@ -14,7 +14,7 @@ namespace atom {
class NativeWindowMac : public NativeWindow {
public:
explicit NativeWindowMac(content::BrowserContext* browser_context,
explicit NativeWindowMac(content::WebContents* web_contents,
base::DictionaryValue* options);
virtual ~NativeWindowMac();