| 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 4f9e600a80f29679f98b5a3c51076f0518370945..215cddcc6cd95bc94ae94677bdc861938d474691 100644
 | 
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
 | 
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
 | 
| @@ -10,6 +10,7 @@
 | 
|  #include "base/basictypes.h"
 | 
|  #include "base/gfx/rect.h"
 | 
|  #include "base/waitable_event.h"
 | 
| +#include "chrome/browser/dom_ui/dom_ui_factory.h"
 | 
|  #include "webkit/glue/webpreferences.h"
 | 
|  #include "webkit/glue/window_open_disposition.h"
 | 
|  
 | 
| @@ -31,7 +32,8 @@ class RenderViewHostDelegateViewHelper {
 | 
|  
 | 
|    virtual void CreateNewWindow(int route_id,
 | 
|                                 base::WaitableEvent* modal_dialog_event,
 | 
| -                               Profile* profile, SiteInstance* site);
 | 
| +                               Profile* profile, SiteInstance* site,
 | 
| +                               DOMUITypeID domui_type);
 | 
|    virtual RenderWidgetHostView* CreateNewWidget(int route_id, bool activatable,
 | 
|                                                  RenderProcessHost* process);
 | 
|    virtual TabContents* GetCreatedWindow(int route_id);
 | 
| 
 |