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

Unified Diff: services/shell/public/cpp/service_context.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 | « services/shell/public/cpp/service.h ('k') | services/shell/public/cpp/tests/interface_registry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_context.h
diff --git a/services/shell/public/cpp/service_context.h b/services/shell/public/cpp/service_context.h
index 94764eb5ac489eda6bc6c54a7feb8b2f7b2ef10c..eec15add743279c1615dbb2700c7fc6c721c3658 100644
--- a/services/shell/public/cpp/service_context.h
+++ b/services/shell/public/cpp/service_context.h
@@ -78,7 +78,7 @@ class ServiceContext : public mojom::Service {
// We track the lifetime of incoming connection registries as it more
// convenient for the client.
- std::vector<std::unique_ptr<Connection>> incoming_connections_;
+ std::vector<std::unique_ptr<InterfaceRegistry>> incoming_connections_;
// A pending Connector request which will eventually be passed to the Service
// Manager.
« no previous file with comments | « services/shell/public/cpp/service.h ('k') | services/shell/public/cpp/tests/interface_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698