std::unique_ptr<WebContents>
This commit is contained in:
parent
8060e915c2
commit
a5b09e25ea
4 changed files with 24 additions and 19 deletions
|
@ -300,7 +300,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
const GURL& target_url,
|
||||
content::WebContents* new_contents) override;
|
||||
void AddNewContents(content::WebContents* source,
|
||||
content::WebContents* new_contents,
|
||||
std::unique_ptr<content::WebContents> new_contents,
|
||||
WindowOpenDisposition disposition,
|
||||
const gfx::Rect& initial_rect,
|
||||
bool user_gesture,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue