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

Unified Diff: services/catalog/catalog.h

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 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 4bd016dcd597d2fce9d1df0373ae52e7897e9b50..7afced34b8ff0ac07c1c2cded4bca51ab7eb4a34 100644
--- a/services/catalog/catalog.h
+++ b/services/catalog/catalog.h
@@ -64,7 +64,8 @@ class Catalog : public shell::Service,
void ScanSystemPackageDir();
// shell::Service:
- bool OnConnect(shell::Connection* connection) override;
+ bool OnConnect(const shell::Identity& remote_identity,
+ shell::InterfaceRegistry* registry) override;
// shell::InterfaceFactory<shell::mojom::Resolver>:
void Create(const shell::Identity& remote_identity,
« 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