| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index d34c96d0bc6d14d9ac8a6d86f0d1fa8eff70a916..450144aa27b8a9e7070f5b731145f06c8e17da1a 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -282,6 +282,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| #endif
|
| void ExposeInterfacesToRenderer(
|
| service_manager::BinderRegistry* registry,
|
| + content::AssociatedInterfaceRegistry* associated_registry,
|
| content::RenderProcessHost* render_process_host) override;
|
| void ExposeInterfacesToMediaService(
|
| service_manager::InterfaceRegistry* registry,
|
|
|