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 945a847a5275e33f2257734852ce1c6ab91629d8..f334a5e755bf6b62a515c017943fcc73ca57fa88 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -276,6 +276,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(); |