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

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

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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
Index: content/common/mojo/mojo_shell_connection_impl.h
diff --git a/content/common/mojo/mojo_shell_connection_impl.h b/content/common/mojo/mojo_shell_connection_impl.h
index 7cc6973a3e2b4c75fcc7b8cddd54e825e11adaae..1cae10df7adf0d0d9e61bf49ef0c433812bfae9b 100644
--- a/content/common/mojo/mojo_shell_connection_impl.h
+++ b/content/common/mojo/mojo_shell_connection_impl.h
@@ -55,6 +55,7 @@ class MojoShellConnectionImpl : public MojoShellConnection,
// MojoShellConnection:
shell::Connector* GetConnector() override;
+ const shell::Identity& GetIdentity() const override;
bool UsingExternalShell() const override;
void SetConnectionLostClosure(const base::Closure& closure) override;
void AddListener(std::unique_ptr<Listener> listener) override;

Powered by Google App Engine
This is Rietveld 408576698