| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 223111)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -450,6 +450,7 @@
|
| // 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,
|
|
|