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

Unified Diff: services/shell/public/cpp/lib/service_context.cc

Issue 2417703002: Fix an issue running mash in chrome: (Closed)
Patch Set: Created 4 years, 2 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/service_context.cc
diff --git a/services/shell/public/cpp/lib/service_context.cc b/services/shell/public/cpp/lib/service_context.cc
index 6b7343bd717810e42745da6e5375191c4a09301d..dcf3085bfcaa8be881267ae70c70ae22e1b2a77e 100644
--- a/services/shell/public/cpp/lib/service_context.cc
+++ b/services/shell/public/cpp/lib/service_context.cc
@@ -65,7 +65,7 @@ void ServiceContext::OnConnect(
mojom::InterfaceProviderRequest interfaces,
const CapabilityRequest& allowed_capabilities) {
std::unique_ptr<InterfaceRegistry> registry(
- new InterfaceRegistry(source, allowed_capabilities));
+ new InterfaceRegistry(identity_, source, allowed_capabilities));
registry->Bind(std::move(interfaces));
if (!service_->OnConnect(source, registry.get()))
« no previous file with comments | « services/shell/public/cpp/lib/interface_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698