| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 2af13f82f07cafe4b788450c26cb215e000a5a4b..008162e2432b0fcf881243eed6fdf5e419409d28 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -420,6 +420,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void LostMouseLock() OVERRIDE;
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| + int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| SessionStorageNamespace* session_storage_namespace) OVERRIDE;
|
| virtual void CreateNewWidget(int route_id,
|
|
|