Change the source origin parameter type for CanCreateWindow from GURL to url::Origin.
1395066
This commit is contained in:
parent
9439ac108d
commit
79040e348a
4 changed files with 4 additions and 4 deletions
|
@ -141,7 +141,7 @@ class App : public AtomBrowserClient::Delegate,
|
|||
bool CanCreateWindow(content::RenderFrameHost* opener,
|
||||
const GURL& opener_url,
|
||||
const GURL& opener_top_level_frame_url,
|
||||
const GURL& source_origin,
|
||||
const url::Origin& source_origin,
|
||||
content::mojom::WindowContainerType container_type,
|
||||
const GURL& target_url,
|
||||
const content::Referrer& referrer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue