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

Unified Diff: components/printing/service/pdf_compositor_manifest.json

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: components/printing/service/pdf_compositor_manifest.json
diff --git a/components/printing/service/pdf_compositor_manifest.json b/components/printing/service/pdf_compositor_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e9b05929d8852813f61d5ccf011f96ba9b41200
--- /dev/null
+++ b/components/printing/service/pdf_compositor_manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "pdf_compositor",
+ "display_name": "PDF Compositor Service",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "composite": [ "printing::mojom::PdfCompositor" ]
+ },
+ "requires": {
+ "service_manager": [ "service_manager:all_users" ],
+ "content_browser": [ "utility" ]
+ }
+ }
+ }
+}
« no previous file with comments | « components/printing/service/pdf_compositor_impl.cc ('k') | components/printing/service/pdf_compositor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698