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

Unified Diff: mojo/shell/identity.cc

Issue 1706063002: Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@factory
Patch Set: . Created 4 years, 10 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/identity.h ('k') | mojo/shell/package_test_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/identity.cc
diff --git a/mojo/shell/identity.cc b/mojo/shell/identity.cc
index fef86582e1aa67af448ebfdfee68f92476db20a4..c0e12fb3b9a4536c400b4b21268fc2b75590c63d 100644
--- a/mojo/shell/identity.cc
+++ b/mojo/shell/identity.cc
@@ -53,5 +53,10 @@ bool Identity::operator<(const Identity& other) const {
return qualifier_ < other.qualifier_;
}
+Identity CreateShellIdentity() {
+ return Identity(GURL("mojo://shell/"), std::string(),
+ GetPermissiveCapabilityFilter());
+}
+
} // namespace shell
} // namespace mojo
« no previous file with comments | « mojo/shell/identity.h ('k') | mojo/shell/package_test_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698