Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: services/native_support/process_impl.cc

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/native_support/process_impl.h ('k') | services/native_viewport/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()) {}
« no previous file with comments | « services/native_support/process_impl.h ('k') | services/native_viewport/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698