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

Unified Diff: components/nacl/loader/nacl_loader_manifest.json

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: rebase 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 | « components/nacl/loader/nacl_listener.cc ('k') | components/nacl/loader/nonsfi/nonsfi_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_loader_manifest.json
diff --git a/components/nacl/loader/nacl_loader_manifest.json b/components/nacl/loader/nacl_loader_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..759805440f2b5d74c2bf1504ad8609000bb30118
--- /dev/null
+++ b/components/nacl/loader/nacl_loader_manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "nacl_loader",
+ "display_name": "NaCl loader",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "browser": [
+ "IPC::mojom::ChannelBootstrap"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | components/nacl/loader/nonsfi/nonsfi_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698