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

Unified Diff: services/shell/service_manager.cc

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
Index: services/shell/service_manager.cc
diff --git a/services/shell/service_manager.cc b/services/shell/service_manager.cc
index 70aca84c9d0457827d6043fdff75d8a878031abf..ad69abcc3726a570c477292468f0240729ebc715 100644
--- a/services/shell/service_manager.cc
+++ b/services/shell/service_manager.cc
@@ -294,7 +294,7 @@ class ServiceManager::Instance
}
// InterfaceFactory<mojom::ServiceManager>:
- void Create(Connection* connection,
+ void Create(const Identity& remote_identity,
mojom::ServiceManagerRequest request) override {
service_manager_bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « services/shell/public/cpp/tests/interface_registry_unittest.cc ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698