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

Unified Diff: content/common/mojo/mojo_shell_connection_impl.cc

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address simpler comments. Created 4 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
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.h ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/mojo_shell_connection_impl.cc
diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc
index 1bfc243e3a5c5f1dd0a4142ae2c7002c2bd516ff..8f7f735afeb855140191147fac80662be19166dd 100644
--- a/content/common/mojo/mojo_shell_connection_impl.cc
+++ b/content/common/mojo/mojo_shell_connection_impl.cc
@@ -130,6 +130,11 @@ shell::Connector* MojoShellConnectionImpl::GetConnector() {
return shell_connection_->connector();
}
+const shell::Identity& MojoShellConnectionImpl::GetIdentity() const {
+ DCHECK(shell_connection_);
+ return shell_connection_->identity();
+}
+
bool MojoShellConnectionImpl::UsingExternalShell() const {
return external_;
}
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.h ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698