Index: content/browser/renderer_host/browser_render_process_host.h |
diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h |
index 97297e937d3a79bbb8235ac15ec90d19879b9750..9bd890d0a72a51ead4fab851187a5a0c844b3bf9 100644 |
--- a/content/browser/renderer_host/browser_render_process_host.h |
+++ b/content/browser/renderer_host/browser_render_process_host.h |
@@ -87,6 +87,8 @@ class BrowserRenderProcessHost : public RenderProcessHost, |
private: |
friend class VisitRelayingRenderProcessHost; |
+ virtual bool IsSuitableHost(const GURL& site_url) OVERRIDE; |
+ |
// Creates and adds the IO thread message filters. |
void CreateMessageFilters(); |