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

Unified Diff: components/nacl/common/nacl_service.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: components/nacl/common/nacl_service.cc
diff --git a/components/nacl/common/nacl_service.cc b/components/nacl/common/nacl_service.cc
index 4997aac386fdac8a6a3526995f10ea630f295fe9..83a5655d6f567f498216d2ec1d2eb2bb9ed71100 100644
--- a/components/nacl/common/nacl_service.cc
+++ b/components/nacl/common/nacl_service.cc
@@ -54,6 +54,7 @@ service_manager::mojom::ServiceRequest ConnectToServiceManager() {
}
void ConnectBootstrapChannel(IPC::mojom::ChannelBootstrapPtrInfo ptr,
+ const service_manager::BindSourceInfo& source_info,
IPC::mojom::ChannelBootstrapRequest request) {
mojo::FuseInterface(std::move(request), std::move(ptr));
}

Powered by Google App Engine
This is Rietveld 408576698