diff options
Diffstat (limited to 'chrome/browser/tab_contents/web_contents_view.cc')
-rw-r--r-- | chrome/browser/tab_contents/web_contents_view.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view.cc b/chrome/browser/tab_contents/web_contents_view.cc index d95fd78..c3c8e8b 100644 --- a/chrome/browser/tab_contents/web_contents_view.cc +++ b/chrome/browser/tab_contents/web_contents_view.cc @@ -16,7 +16,8 @@ void WebContentsView::RenderWidgetHostDestroyed(RenderWidgetHost* host) { } } -void WebContentsView::CreateNewWindow(int route_id, HANDLE modal_dialog_event) { +void WebContentsView::CreateNewWindow(int route_id, + base::WaitableEvent* modal_dialog_event) { // Save the created window associated with the route so we can show it later. pending_contents_[route_id] = CreateNewWindowInternal(route_id, modal_dialog_event); |