Do not implement window.open.

This commit is contained in:
Cheng Zhao 2013-12-27 14:32:24 +08:00
parent a2522efb25
commit a60be1563f
2 changed files with 0 additions and 23 deletions

View file

@ -157,11 +157,6 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
const std::vector<DraggableRegion>& regions) = 0;
// 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;
virtual content::JavaScriptDialogManager*
GetJavaScriptDialogManager() OVERRIDE;
virtual void BeforeUnloadFired(content::WebContents* tab,