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 1cae10df7adf0d0d9e61bf49ef0c433812bfae9b..3ad19d239df3fa46800713cf319894035da983f1 100644 |
--- a/content/common/mojo/mojo_shell_connection_impl.h |
+++ b/content/common/mojo/mojo_shell_connection_impl.h |
@@ -39,14 +39,15 @@ class MojoShellConnectionImpl : public MojoShellConnection, |
// command line. This must only be called once. |
void BindToRequestFromCommandLine(); |
+ // TODO(rockot): Remove this. http://crbug.com/594852. |
+ shell::ShellConnection* shell_connection() { return shell_connection_.get(); } |
+ |
private: |
friend class MojoShellConnection; |
explicit MojoShellConnectionImpl(bool external); |
~MojoShellConnectionImpl() override; |
- void WaitForShellIfNecessary(); |
- |
// shell::ShellClient: |
void Initialize(shell::Connector* connector, |
const shell::Identity& identity, |