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

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 d18d73a46575511173ec5e5110d1599df07d0dd8..5cecf0d12dfd1ec52a3075db16d23f35b4516ecb 100644
--- a/content/common/mojo/mojo_shell_connection_impl.h
+++ b/content/common/mojo/mojo_shell_connection_impl.h
@@ -51,12 +51,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;

Powered by Google App Engine
This is Rietveld 408576698