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

Unified Diff: services/files/files_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/device_info/device_info.cc ('k') | services/files/files_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/files_impl.h
diff --git a/services/files/files_impl.h b/services/files/files_impl.h
index eafb1fe82c6a876452aa3399fb0c125e250857ac..5094c68a289da3351bd21945f01f572450d6b4fd 100644
--- a/services/files/files_impl.h
+++ b/services/files/files_impl.h
@@ -14,13 +14,14 @@
namespace mojo {
-class ApplicationConnection;
+struct ConnectionContext;
namespace files {
class FilesImpl : public Files {
public:
- FilesImpl(ApplicationConnection* connection, InterfaceRequest<Files> request);
+ FilesImpl(const ConnectionContext& connection_context,
+ InterfaceRequest<Files> request);
~FilesImpl() override;
// |Files| implementation:
« no previous file with comments | « services/device_info/device_info.cc ('k') | services/files/files_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698