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 91c19730c7d22e8a07849db833a07140c468aadd..b6b753090b8e6c0c804f0a483a280b4240663f8e 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -491,11 +491,9 @@ class CONTENT_EXPORT WebContentsImpl |
SessionStorageNamespace* session_storage_namespace) override; |
void CreateNewWidget(int32 render_process_id, |
int32 route_id, |
- int32 surface_id, |
blink::WebPopupType popup_type) override; |
void CreateNewFullscreenWidget(int32 render_process_id, |
- int32 route_id, |
- int32 surface_id) override; |
+ int32 route_id) override; |
void ShowCreatedWindow(int route_id, |
WindowOpenDisposition disposition, |
const gfx::Rect& initial_rect, |
@@ -930,7 +928,6 @@ class CONTENT_EXPORT WebContentsImpl |
// Helper for CreateNewWidget/CreateNewFullscreenWidget. |
void CreateNewWidget(int32 render_process_id, |
int32 route_id, |
- int32 surface_id, |
bool is_fullscreen, |
blink::WebPopupType popup_type); |