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

Unified Diff: services/pdf_compositor/manifest.json

Issue 2653963002: [Experimental] Supporting OOPIF printing
Patch Set: Rename service, fix for webview, and connect to DiscardableMemoryManager Created 3 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 | « services/pdf_compositor/README.md ('k') | services/pdf_compositor/pdf_compositor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/pdf_compositor/manifest.json
diff --git a/services/pdf_compositor/manifest.json b/services/pdf_compositor/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..91bad4b57a0c8023e9e9e577c462cd95519cc8a7
--- /dev/null
+++ b/services/pdf_compositor/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "pdf_compositor",
+ "display_name": "PDF Compositor Service",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "composite": [ "pdf_compositor::mojom::PdfCompositor" ]
+ },
+ "requires": {
+ "service_manager": [ "service_manager:all_users" ],
+ "content_plugin": [ "discardable_memory" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/pdf_compositor/README.md ('k') | services/pdf_compositor/pdf_compositor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698