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

Unified Diff: mash/session/manifest.json

Issue 1817443002: Rename mash_shell to mash_session. (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 | « mash/session/main.cc ('k') | mash/session/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/manifest.json
diff --git a/mash/session/manifest.json b/mash/session/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2c91534934a69dc8311d38caf274e110c7e53e41
--- /dev/null
+++ b/mash/session/manifest.json
@@ -0,0 +1,8 @@
+{
+ "manifest_version": 1,
+ "name": "mojo:mash_session",
+ "display_name": "User Session",
+ "capabilities": {
+ "required": { "*": { "interfaces": [ "*" ] } }
+ }
+}
« no previous file with comments | « mash/session/main.cc ('k') | mash/session/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698