Allow blank URL when creating popup windows (issue #1289)

This commit is contained in:
Marshall Greenblatt
2015-12-03 13:41:40 -05:00
parent 26e68c3d26
commit 6824387c8d
2 changed files with 2 additions and 2 deletions

View File

@ -159,6 +159,8 @@ class CefBrowserInfoManager : public content::RenderProcessHostObserver {
} step;
// Initial state from ViewHostMsg_CreateWindow.
// |target_url| will be empty if a popup is created via window.open() and
// never navigated. For example: javascript:window.open();
int opener_process_id;
int opener_view_id;
int64 opener_frame_id;