Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 080a98d6fb1fc04a1ec478412511a7600cdaab88..df506bf47b0984e275303f6eb3f097b3826ce9fc 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -19,6 +19,7 @@ |
#include "build/build_config.h" |
#include "content/public/browser/certificate_request_result_type.h" |
#include "content/public/browser/navigation_throttle.h" |
+#include "content/public/common/associated_interface_registry.h" |
#include "content/public/common/content_client.h" |
#include "content/public/common/media_stream_request.h" |
#include "content/public/common/resource_type.h" |
@@ -662,6 +663,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
// task runner is provided. |
virtual void ExposeInterfacesToRenderer( |
service_manager::BinderRegistry* registry, |
+ AssociatedInterfaceRegistry* associated_registry, |
RenderProcessHost* render_process_host) {} |
// Called when RenderFrameHostImpl connects to the Media service. Expose |