| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| index 84dbab20bcc683aa5a6a44620dd3e7c03e80f57d..d112af9fd44de56f78660d994c19671eb7851ba7 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| @@ -53,9 +53,7 @@ class RenderViewHostDelegateViewHelper {
|
| RenderProcessHost* process);
|
|
|
| virtual RenderWidgetHostView* CreateNewFullscreenWidget(
|
| - int route_id,
|
| - WebKit::WebPopupType popup_type,
|
| - RenderProcessHost* process);
|
| + int route_id, RenderProcessHost* process);
|
|
|
| // Finds the new RenderWidgetHost and returns it. Note that this can only be
|
| // called once as this call also removes it from the internal map.
|
|
|