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

Unified Diff: services/shell/public/cpp/tests/interface_registry_unittest.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
« no previous file with comments | « services/shell/public/cpp/lib/interface_registry.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/tests/interface_registry_unittest.cc
diff --git a/services/shell/public/cpp/tests/interface_registry_unittest.cc b/services/shell/public/cpp/tests/interface_registry_unittest.cc
index fbe6804b35a9f3d3de70cf6076f961b1cc3204dc..ed3205dfc75fd625484f3b211d1a9b7ed4b642de 100644
--- a/services/shell/public/cpp/tests/interface_registry_unittest.cc
+++ b/services/shell/public/cpp/tests/interface_registry_unittest.cc
@@ -16,7 +16,7 @@ class TestBinder : public InterfaceBinder {
public:
explicit TestBinder(int* delete_count) : delete_count_(delete_count) {}
~TestBinder() override { (*delete_count_)++; }
- void BindInterface(Connection* connection,
+ void BindInterface(const shell::Identity& remote_identity,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle client_handle) override {}
« no previous file with comments | « services/shell/public/cpp/lib/interface_registry.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698