| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 14d7cf088568ac1754db38fcc290b059692ecbac..579335b5152a642a72ba09abf07d06082ba78ce1 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -73,6 +73,7 @@ class DocumentState;
|
| class MediaStreamRendererFactory;
|
| class RenderFrame;
|
| class RenderView;
|
| +class ServiceRegistry;
|
| class SynchronousCompositor;
|
| struct WebPluginInfo;
|
|
|
| @@ -350,6 +351,10 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // from the worker thread.
|
| virtual void DidInitializeWorkerContextOnWorkerThread(
|
| v8::Local<v8::Context> context) {}
|
| +
|
| + // Adds service factories to the process-wide ServiceRegistry the host is
|
| + // connected to.
|
| + virtual void RegisterProcessMojoServices(ServiceRegistry* service_registry) {}
|
| };
|
|
|
| } // namespace content
|
|
|