| 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 56b709c056f6d638e4121c36d4f391c1cff9d77c..8ce1a4e91fc553edf5b893a2a70596b4a8210048 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -640,7 +640,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
|
|
| // Allows to register browser Mojo services exposed through the
|
| // RenderProcessHost.
|
| - virtual void RegisterRenderProcessMojoServices(ServiceRegistry* registry) {}
|
| + virtual void RegisterRenderProcessMojoServices(
|
| + ServiceRegistry* registry,
|
| + RenderProcessHost* render_process_host) {}
|
|
|
| // Allows to register browser Mojo services exposed through the
|
| // FrameMojoShell.
|
|
|