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 f360af58e0c3c3613fb5d3b86bd224d49d289a19..92bdd1d270fb43fe7f9dd61208ea3cd4eedccced 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" |
@@ -661,6 +662,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 |