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

Unified Diff: components/printing/service/pdf_compositor_service.h

Issue 2919823004: Add error handling and unit test for pdf compositor service (Closed)
Patch Set: rebase Created 3 years, 5 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_service.h
diff --git a/components/printing/service/pdf_compositor_service.h b/components/printing/service/pdf_compositor_service.h
index 6f7bdb8c2c9583f8d42eb6293766703c7d85f1cf..4c1bb5dae001f3e202af74558700185382a02c44 100644
--- a/components/printing/service/pdf_compositor_service.h
+++ b/components/printing/service/pdf_compositor_service.h
@@ -33,6 +33,8 @@ class PdfCompositorService : public service_manager::Service {
const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) override;
+ virtual void PrepareToStart();
+
private:
// The creator of this service.
// Currently contains the service creator's user agent string if given,
« no previous file with comments | « components/printing/service/pdf_compositor_impl.cc ('k') | components/printing/service/pdf_compositor_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698