Index: services/native_support/process_impl.cc |
diff --git a/services/native_support/process_impl.cc b/services/native_support/process_impl.cc |
index 4e72164c9dfe0a4114f157af8d6a4a2a6b06cadb..48cbd2c7bde8906fd9f59a3d0f53a2042a2c28c7 100644 |
--- a/services/native_support/process_impl.cc |
+++ b/services/native_support/process_impl.cc |
@@ -51,8 +51,9 @@ class SetsidPreExecDelegate : public base::LaunchOptions::PreExecDelegate { |
} // namespace |
+// TODO(vtl): This should do something with the |connection_context|. |
ProcessImpl::ProcessImpl(scoped_refptr<base::TaskRunner> worker_runner, |
- mojo::ApplicationConnection* connection, |
+ const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<Process> request) |
: worker_runner_(worker_runner.Pass()), binding_(this, request.Pass()) {} |