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

Unified Diff: mash/init/manifest.json

Issue 2569953002: Removes example code that isn't correctly wired up (Closed)
Patch Set: Created 4 years 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/init/main.cc ('k') | mash/init/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/manifest.json
diff --git a/mash/init/manifest.json b/mash/init/manifest.json
deleted file mode 100644
index c9f36ca114be190219c5eecb5be59075d865d765..0000000000000000000000000000000000000000
--- a/mash/init/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "mash_init",
- "display_name": "Root Controller",
- "interface_provider_specs": {
- "service_manager:connector": {
- "provides": {
- "mash_init:init": [ "mash::init::mojom::Init" ]
- },
- "requires": {
- "*": [ ],
- "login": [ "login:login" ],
- "service_manager": [
- "service_manager:user_id",
- "service_manager:all_users"
- ]
- }
- }
- }
-}
« no previous file with comments | « mash/init/main.cc ('k') | mash/init/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698