Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: content/browser/mojo/mojo_shell_client_host.h

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: RenderWidgetMus => RenderWidgetMusConnection Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/mojo/mojo_shell_client_host.h
diff --git a/content/browser/mojo/mojo_shell_client_host.h b/content/browser/mojo/mojo_shell_client_host.h
index 6f61f71e205fd0d9fe599d27c04e5e5aeaa136e5..00c5c8b3c8f86974419877d89e590d45aa916bad 100644
--- a/content/browser/mojo/mojo_shell_client_host.h
+++ b/content/browser/mojo/mojo_shell_client_host.h
@@ -19,7 +19,6 @@ class RenderProcessHost;
// |child_process_id| is used to uniquify the child in the external shell's
// instance map.
void RegisterChildWithExternalShell(int child_process_id,
- base::ProcessHandle process_handle,
RenderProcessHost* render_process_host);
// Returns the URL associated with an instance corresponding to the renderer
@@ -28,6 +27,10 @@ void RegisterChildWithExternalShell(int child_process_id,
std::string GetMojoApplicationInstanceURL(
RenderProcessHost* render_process_host);
+// TODO(fsamuel): Update comment.
+void BindExternalMojoShellHandle(base::ProcessHandle process_handle,
+ RenderProcessHost* render_process_host);
+
} // namespace content
#endif // CONTENT_BROWSER_MOJO_MOJO_SHELL_CLIENT_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698