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

Unified Diff: chrome/renderer/pepper/chrome_pdf_print_client.h

Issue 505243003: pdf: Move PepperPDFHost into the pdf component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-component
Patch Set: tot-merge Created 6 years, 4 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 | « chrome/renderer/DEPS ('k') | chrome/renderer/pepper/chrome_pdf_print_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper/chrome_pdf_print_client.h
diff --git a/chrome/renderer/pepper/chrome_pdf_print_client.h b/chrome/renderer/pepper/chrome_pdf_print_client.h
index 0ae3224cb00672f70c9390ac5d0f97f1c639ce10..feb84a69c3d0defed66775432376b83cd28a7369 100644
--- a/chrome/renderer/pepper/chrome_pdf_print_client.h
+++ b/chrome/renderer/pepper/chrome_pdf_print_client.h
@@ -16,7 +16,7 @@ class ChromePDFPrintClient : public pdf::PPB_PDF_Impl::PrintClient {
private:
// pdf::PPB_PDF_Impl::PrintClient:
virtual bool IsPrintingEnabled(PP_Instance instance_id) OVERRIDE;
- virtual void Print(PP_Instance instance_id) OVERRIDE;
+ virtual bool Print(PP_Instance instance_id) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(ChromePDFPrintClient);
};
« no previous file with comments | « chrome/renderer/DEPS ('k') | chrome/renderer/pepper/chrome_pdf_print_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698