| 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 842169cdf3cd14c632da889aec9a329d1f844f77..3617fbb579b45a4688bacb720a48ca1dad866e29 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -577,6 +577,12 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // RenderProcessHost.
|
| virtual void OverrideRenderProcessMojoServices(ServiceRegistry* registry) {}
|
|
|
| + // Allows to override browser Mojo services exposed through the
|
| + // RenderFrameHost.
|
| + virtual void OverrideRenderFrameMojoServices(
|
| + ServiceRegistry* registry,
|
| + RenderFrameHost* render_frame_host) {}
|
| +
|
| // Registers additional navigator.connect service factories available in a
|
| // particular NavigatorConnectContext.
|
| virtual void GetAdditionalNavigatorConnectServices(
|
|
|