| Index: content/common/mojo/mojo_shell_connection_impl.cc
|
| diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc
|
| index 8321673424b1d9ad1ce500d10701741d17b220bf..58f2d135588ee74860045862e68e41603057d90d 100644
|
| --- a/content/common/mojo/mojo_shell_connection_impl.cc
|
| +++ b/content/common/mojo/mojo_shell_connection_impl.cc
|
| @@ -98,10 +98,6 @@ bool MojoShellConnectionImpl::AcceptConnection(mojo::Connection* connection) {
|
| return found;
|
| }
|
|
|
| -void MojoShellConnectionImpl::ShellConnectionLost() {
|
| - LOG(ERROR) << "Shell connection lost.";
|
| -}
|
| -
|
| mojo::Connector* MojoShellConnectionImpl::GetConnector() {
|
| DCHECK(shell_connection_);
|
| return shell_connection_->connector();
|
|
|