Signature of OnCreateWindow has changed
This commit is contained in:
parent
d8e9432b0d
commit
c10eb73166
6 changed files with 6 additions and 6 deletions
|
@ -392,7 +392,7 @@ void WebContents::OnCreateWindow(
|
|||
const GURL& target_url,
|
||||
const std::string& frame_name,
|
||||
WindowOpenDisposition disposition,
|
||||
const std::vector<base::string16>& features,
|
||||
const std::vector<std::string>& features,
|
||||
const scoped_refptr<content::ResourceRequestBodyImpl>& body) {
|
||||
if (type_ == BROWSER_WINDOW || type_ == OFF_SCREEN)
|
||||
Emit("-new-window", target_url, frame_name, disposition, features, body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue