Index: mojo/runner/child/runner_connection.h |
diff --git a/mojo/runner/child/runner_connection.h b/mojo/runner/child/runner_connection.h |
index 8ca8778af989d35b92dc2ef57489987028adb733..68202e1fcbdbf8d531cf5a5624040b6c62811aea 100644 |
--- a/mojo/runner/child/runner_connection.h |
+++ b/mojo/runner/child/runner_connection.h |
@@ -24,7 +24,8 @@ class RunnerConnection { |
// 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); |
+ InterfaceRequest<Application>* request, |
+ ScopedMessagePipeHandle handle); |
protected: |
RunnerConnection(); |