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 4a679aa2d23ecc865ad4b52640b79c7847051543..d22bba6292ca85e4a5c182505abe18ac3f3e22b6 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -298,6 +298,9 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// Creates and adds the IO thread message filters. |
void CreateMessageFilters(); |
+ // Registers Mojo services to be exposed to the renderer. |
+ void RegisterMojoServices(); |
+ |
// Control message handlers. |
void OnShutdownRequest(); |
void OnDumpHandlesDone(); |