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

Unified Diff: mash/login/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/login/main.cc ('k') | mash/login/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/manifest.json
diff --git a/mash/login/manifest.json b/mash/login/manifest.json
deleted file mode 100644
index 817341d8f65470e708ee0f7cb746822570c84142..0000000000000000000000000000000000000000
--- a/mash/login/manifest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "login",
- "display_name": "Login",
- "interface_provider_specs": {
- "service_manager:connector": {
- "provides": {
- "login:login": [ "mash::login::mojom::Login" ]
- },
- "requires": {
- "*": [ "app" ],
- "mash_init": [ "mash_init:init" ],
- "ui": [ "user_access_manager" ],
- "service_manager": [ "service_manager:all_users" ]
- }
- }
- }
-}
« no previous file with comments | « mash/login/main.cc ('k') | mash/login/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698