Index: content/browser/mojo/mojo_application_host.h |
diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h |
index a28d2a38aac44ed1f55ff8a4b061ec95b3349859..d9c61a5c3671e9dbac7d6877df5d27f7573f1338 100644 |
--- a/content/browser/mojo/mojo_application_host.h |
+++ b/content/browser/mojo/mojo_application_host.h |
@@ -42,19 +42,13 @@ class MojoApplicationHost { |
private: |
class ShellImpl : public mojo::InterfaceImpl<mojo::Shell> { |
public: |
- ShellImpl() : client_(NULL) {} |
- mojo::ShellClient* client() { return client_; } |
- |
virtual void OnConnectionError() OVERRIDE { |
// TODO(darin): How should we handle this error? |
} |
// mojo::Shell methods: |
- virtual void SetClient(mojo::ShellClient* client) OVERRIDE; |
virtual void Connect(const mojo::String& url, |
mojo::ScopedMessagePipeHandle handle) OVERRIDE; |
- private: |
- mojo::ShellClient* client_; |
}; |
mojo::common::ChannelInit channel_init_; |