Index: content/browser/renderer_host/render_view_host_delegate.h |
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h |
index f1e4ef07cbd3b85f0d19a4d4da4244133bc4f120..0a8c73ae3f29c119cde719ef60d4857e82c03369 100644 |
--- a/content/browser/renderer_host/render_view_host_delegate.h |
+++ b/content/browser/renderer_host/render_view_host_delegate.h |
@@ -42,6 +42,7 @@ class ListValue; |
namespace content { |
class BrowserContext; |
+class ContentFrame; |
struct FileChooserParams; |
struct Referrer; |
struct RendererPreferences; |
@@ -85,7 +86,8 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener { |
// the Windows function which is actually a #define. |
virtual void CreateNewWindow( |
int route_id, |
- const ViewHostMsg_CreateWindow_Params& params) = 0; |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ content::ContentFrame* opener) = 0; |
// The page is trying to open a new widget (e.g. a select popup). The |
// widget should be created associated with the given route, but it should |