| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index b8d0092b232862be884a861df6da21182427891e..770dbccab8cabfc56d2eced0179f06956666f8c6 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -301,11 +301,11 @@ void TestWebContents::TestDidFailLoadWithError(
|
|
|
| void TestWebContents::CreateNewWindow(
|
| SiteInstance* source_site_instance,
|
| - int route_id,
|
| - int main_frame_route_id,
|
| + int32 route_id,
|
| + int32 main_frame_route_id,
|
| + int32 main_frame_widget_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| - SessionStorageNamespace* session_storage_namespace) {
|
| -}
|
| + SessionStorageNamespace* session_storage_namespace) {}
|
|
|
| void TestWebContents::CreateNewWidget(int32 render_process_id,
|
| int32 route_id,
|
|
|