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

Unified Diff: mojo/shell/public/cpp/lib/interface_registry.cc

Issue 1769163002: Add a instance groups to Connect(), and introduce an Identity struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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 | « mojo/shell/public/cpp/lib/identity.cc ('k') | mojo/shell/public/cpp/lib/shell_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/lib/interface_registry.cc
diff --git a/mojo/shell/public/cpp/lib/interface_registry.cc b/mojo/shell/public/cpp/lib/interface_registry.cc
index 93332074387fbfb94ee6f10a3a3ae726b72eba2a..c8f9703b6c077ce5792333ff398ec5fbf681c153 100644
--- a/mojo/shell/public/cpp/lib/interface_registry.cc
+++ b/mojo/shell/public/cpp/lib/interface_registry.cc
@@ -53,7 +53,7 @@ bool InterfaceRegistry::SetInterfaceBinderForName(
LOG(WARNING) << "Connection CapabilityFilter prevented binding to interface: "
<< interface_name << " connection_name:"
<< connection_->GetConnectionName() << " remote_name:"
- << connection_->GetRemoteApplicationName();
+ << connection_->GetRemoteIdentity().name();
return false;
}
« no previous file with comments | « mojo/shell/public/cpp/lib/identity.cc ('k') | mojo/shell/public/cpp/lib/shell_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698