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

Unified Diff: services/catalog/catalog.h

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « media/mojo/services/mojo_media_application.cc ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.h
diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
index 3dd946e8684d1ba8ea768a85386d35a2c6a5ac01..4bd016dcd597d2fce9d1df0373ae52e7897e9b50 100644
--- a/services/catalog/catalog.h
+++ b/services/catalog/catalog.h
@@ -67,15 +67,15 @@ class Catalog : public shell::Service,
bool OnConnect(shell::Connection* connection) override;
// shell::InterfaceFactory<shell::mojom::Resolver>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
shell::mojom::ResolverRequest request) override;
// shell::InterfaceFactory<mojom::Catalog>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::CatalogRequest request) override;
// shell::InterfaceFactory<filesystem::mojom::Directory>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
filesystem::mojom::DirectoryRequest request) override;
Instance* GetInstanceForUserId(const std::string& user_id);
« no previous file with comments | « media/mojo/services/mojo_media_application.cc ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698