| Index: chromecast/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
|
| index 200ad6d78d4348723b674571f69bc8850ca5460f..37bd523b70239cfd87fcdc120e4493806918092f 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -165,6 +165,7 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
|
| bool* no_javascript_access) override;
|
| void ExposeInterfacesToRenderer(
|
| service_manager::InterfaceRegistry* registry,
|
| + content::AssociatedInterfaceRegistry* associated_registry,
|
| content::RenderProcessHost* render_process_host) override;
|
| void RegisterInProcessServices(StaticServiceMap* services) override;
|
| std::unique_ptr<base::Value> GetServiceManifestOverlay(
|
|
|