| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 92d1e4d1b78802735102f58033d32dd093bc8679..62508c40c12f162cc3fe9271cd4536acfe2540a1 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -322,6 +322,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
|
|
| virtual void OnGpuSwitching() OVERRIDE;
|
|
|
| + // Registers Mojo services to be exposed to the renderer.
|
| + void RegisterMojoServices();
|
| +
|
| #if defined(ENABLE_WEBRTC)
|
| void OnRegisterAecDumpConsumer(int id);
|
| void OnUnregisterAecDumpConsumer(int id);
|
|
|