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

Unified Diff: content/common/mojo/mojo_shell_connection_impl.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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
Index: content/common/mojo/mojo_shell_connection_impl.h
diff --git a/content/common/mojo/mojo_shell_connection_impl.h b/content/common/mojo/mojo_shell_connection_impl.h
index dd588e02f1bb5a6308bed11f33cc94c52bf3a279..73ae507c922d12f1250013976fb11235df02f5ba 100644
--- a/content/common/mojo/mojo_shell_connection_impl.h
+++ b/content/common/mojo/mojo_shell_connection_impl.h
@@ -56,12 +56,12 @@ class MojoShellConnectionImpl : public MojoShellConnection,
~MojoShellConnectionImpl() override;
// mojo::ShellClient:
- void Initialize(mojo::Shell* shell, const std::string& url,
+ void Initialize(mojo::Connector* connector, const std::string& url,
uint32_t id, uint32_t user_id) override;
bool AcceptConnection(mojo::Connection* connection) override;
// MojoShellConnection:
- mojo::Shell* GetShell() override;
+ mojo::Connector* GetConnector() override;
bool UsingExternalShell() const override;
void AddListener(Listener* listener) override;
void RemoveListener(Listener* listener) override;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.cc ('k') | content/common/mojo/mojo_shell_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698