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

Unified Diff: services/shell/public/cpp/lib/callback_binder.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/public/cpp/lib/callback_binder.cc
diff --git a/services/shell/public/cpp/lib/callback_binder.cc b/services/shell/public/cpp/lib/callback_binder.cc
index 19196ebd196bf03e8a5f34e044307c4f5057c283..63ac9dee357f75bd4e15b6cad7c1efa77ef2f737 100644
--- a/services/shell/public/cpp/lib/callback_binder.cc
+++ b/services/shell/public/cpp/lib/callback_binder.cc
@@ -15,7 +15,7 @@ GenericCallbackBinder::GenericCallbackBinder(
GenericCallbackBinder::~GenericCallbackBinder() {}
void GenericCallbackBinder::BindInterface(
- Connection* connection,
+ const Identity& remote_identity,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle handle) {
if (task_runner_) {
« no previous file with comments | « services/shell/public/cpp/lib/callback_binder.h ('k') | services/shell/public/cpp/lib/interface_factory_binder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698