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

Unified Diff: content/public/common/mojo_shell_connection.h

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 months 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
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/mojo_shell_connection.h
diff --git a/content/public/common/mojo_shell_connection.h b/content/public/common/mojo_shell_connection.h
index 13acc55208989005258d47805a511e816b0e727d..563209aa9a76a3bc187f6e749e9e426569599536 100644
--- a/content/public/common/mojo_shell_connection.h
+++ b/content/public/common/mojo_shell_connection.h
@@ -82,6 +82,8 @@ class CONTENT_EXPORT MojoShellConnection {
// registered services.
virtual void AddEmbeddedShellClient(
std::unique_ptr<shell::ShellClient> shell_client) = 0;
+ virtual void AddEmbeddedShellClient(
+ shell::ShellClient* shell_client) = 0;
// Adds an embedded service to this connection's ShellClientFactory.
// |info| provides details on how to construct new instances of the
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698