| 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 7229682e43e2a988aa9c3d5ce6ab32fc1cdd2b89..fc336541a15ca5e9d87a4d8ee14ac624ae37a35d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -406,6 +406,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool last_unlocked_by_target) OVERRIDE;
|
| virtual void LostMouseLock() OVERRIDE;
|
| virtual void CreateNewWindow(
|
| + int render_process_id,
|
| int route_id,
|
| int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
|
|