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

Unified Diff: services/native_support/process_impl.h

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/main.cc ('k') | services/native_support/process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_support/process_impl.h
diff --git a/services/native_support/process_impl.h b/services/native_support/process_impl.h
index 8632b2e5ef84c517a1ba8d2878e2acce23a05905..b734da20cfac8dec34424c53357656fb0be4e8f6 100644
--- a/services/native_support/process_impl.h
+++ b/services/native_support/process_impl.h
@@ -16,7 +16,7 @@
#include "mojo/services/native_support/interfaces/process.mojom.h"
namespace mojo {
-class ApplicationConnection;
+struct ConnectionContext;
}
namespace native_support {
@@ -26,7 +26,7 @@ class ProcessIORedirection;
class ProcessImpl : public Process {
public:
ProcessImpl(scoped_refptr<base::TaskRunner> worker_runner,
- mojo::ApplicationConnection* connection,
+ const mojo::ConnectionContext& connection_context,
mojo::InterfaceRequest<Process> request);
~ProcessImpl() override;
« no previous file with comments | « services/native_support/main.cc ('k') | services/native_support/process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698