| Index: mojo/runner/child/runner_connection.h
|
| diff --git a/mojo/runner/child/runner_connection.h b/mojo/runner/child/runner_connection.h
|
| index 68202e1fcbdbf8d531cf5a5624040b6c62811aea..8ca8778af989d35b92dc2ef57489987028adb733 100644
|
| --- a/mojo/runner/child/runner_connection.h
|
| +++ b/mojo/runner/child/runner_connection.h
|
| @@ -24,8 +24,7 @@
|
| // If a connection to the runner cannot be established, |request| will not be
|
| // modified and this function will return null.
|
| static RunnerConnection* ConnectToRunner(
|
| - InterfaceRequest<Application>* request,
|
| - ScopedMessagePipeHandle handle);
|
| + InterfaceRequest<Application>* request);
|
|
|
| protected:
|
| RunnerConnection();
|
|
|