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

Unified Diff: services/resource_coordinator/memory/coordinator/coordinator_impl.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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/resource_coordinator/memory/coordinator/coordinator_impl.cc
diff --git a/services/resource_coordinator/memory/coordinator/coordinator_impl.cc b/services/resource_coordinator/memory/coordinator/coordinator_impl.cc
index 4b2f920bb81bc9ee4bc2f79ed45eb75a35ddf2cc..55d08e9e086ecda227628abb8c22ef4d27004a82 100644
--- a/services/resource_coordinator/memory/coordinator/coordinator_impl.cc
+++ b/services/resource_coordinator/memory/coordinator/coordinator_impl.cc
@@ -47,6 +47,7 @@ CoordinatorImpl::~CoordinatorImpl() {
}
void CoordinatorImpl::BindCoordinatorRequest(
+ const service_manager::BindSourceInfo& source_info,
mojom::CoordinatorRequest request) {
DCHECK(thread_checker_.CalledOnValidThread());
bindings_.AddBinding(this, std::move(request));

Powered by Google App Engine
This is Rietveld 408576698