Index: content/test/test_web_contents.cc |
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc |
index 1a75729bb1e91e0fa69450f8a436b8adf21e47e2..b8d0092b232862be884a861df6da21182427891e 100644 |
--- a/content/test/test_web_contents.cc |
+++ b/content/test/test_web_contents.cc |
@@ -309,12 +309,10 @@ void TestWebContents::CreateNewWindow( |
void TestWebContents::CreateNewWidget(int32 render_process_id, |
int32 route_id, |
- int32 surface_id, |
blink::WebPopupType popup_type) {} |
void TestWebContents::CreateNewFullscreenWidget(int32 render_process_id, |
- int32 route_id, |
- int32 surface_id) {} |
+ int32 route_id) {} |
void TestWebContents::ShowCreatedWindow(int route_id, |
WindowOpenDisposition disposition, |