Implement window.open.

This commit is contained in:
Cheng Zhao 2013-04-20 13:56:01 +08:00
parent 5fb5ce2251
commit 7f581973c3
2 changed files with 25 additions and 0 deletions

View file

@ -101,6 +101,13 @@ class NativeWindow : public content::WebContentsDelegate,
return inspectable_web_contents_.get();
}
// Implementations of content::WebContentsDelegate.
virtual void WebContentsCreated(content::WebContents* source_contents,
int64 source_frame_id,
const string16& frame_name,
const GURL& target_url,
content::WebContents* new_contents) OVERRIDE;
// Implementations of content::NotificationObserver
virtual void Observe(int type,
const content::NotificationSource& source,