| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 6bfa61567812e1968efc5ea7823c82a3ff9980cc..4e21f3585e284791b3e1f4f932f058ec4ffab8f7 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -454,6 +454,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // the window that is created should be scriptable/in the same process.
|
| // This is called on the IO thread.
|
| virtual bool CanCreateWindow(const GURL& opener_url,
|
| + const GURL& opener_top_level_frame_url,
|
| const GURL& source_origin,
|
| WindowContainerType container_type,
|
| const GURL& target_url,
|
|
|