summaryrefslogtreecommitdiffstats
path: root/lib/content_browser_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/content_browser_client_qt.h')
-rw-r--r--lib/content_browser_client_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/content_browser_client_qt.h b/lib/content_browser_client_qt.h
index 5359d9b3a..a1e897e75 100644
--- a/lib/content_browser_client_qt.h
+++ b/lib/content_browser_client_qt.h
@@ -52,6 +52,7 @@ class URLRequestContextGetter;
namespace content {
class BrowserContext;
class BrowserMainParts;
+class RenderProcessHost;
class RenderViewHostDelegateView;
class WebContentsViewPort;
class WebContents;
@@ -69,6 +70,7 @@ public:
static ContentBrowserClientQt* Get();
virtual content::WebContentsViewPort* OverrideCreateWebContentsView(content::WebContents* , content::RenderViewHostDelegateView**) Q_DECL_OVERRIDE;
virtual content::BrowserMainParts* CreateBrowserMainParts(const content::MainFunctionParams&) Q_DECL_OVERRIDE;
+ virtual void RenderProcessHostCreated(content::RenderProcessHost* host) Q_DECL_OVERRIDE;
BrowserContextQt* browser_context();