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

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

Issue 2919823004: Add error handling and unit test for pdf compositor service (Closed)
Patch Set: add missing header 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_service.h
diff --git a/components/printing/service/pdf_compositor_service.h b/components/printing/service/pdf_compositor_service.h
index 31672988b5ca84e33d0b896b4b6611b6d20740ae..e88cb4ecad8cca1faf304d4444805aea371d7fc5 100644
--- a/components/printing/service/pdf_compositor_service.h
+++ b/components/printing/service/pdf_compositor_service.h
@@ -34,6 +34,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,

Powered by Google App Engine
This is Rietveld 408576698