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

Unified Diff: chrome/app/mash/mash_runner.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: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index ccdb367a1b42db0136c6a9b28b81ba9e075427c8..e5edf33b6a1b7608b880c14d151aac967f521bce 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -59,7 +59,7 @@ class DefaultService : public shell::Service,
}
// shell::InterfaceFactory<ServiceFactory>
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<ServiceFactory> request) override {
service_factory_bindings_.AddBinding(this, std::move(request));
}

Powered by Google App Engine
This is Rietveld 408576698