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

Unified Diff: ppapi/c/private/ppb_pdf.h

Issue 9139024: Adding functionality to print PDF embedded in the html page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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: ppapi/c/private/ppb_pdf.h
===================================================================
--- ppapi/c/private/ppb_pdf.h (revision 117241)
+++ ppapi/c/private/ppb_pdf.h (working copy)
@@ -158,6 +158,9 @@
// Invoke SaveAs... dialog, similar to the right-click or wrench menu.
void (*SaveAs)(PP_Instance instance);
+
+ // Invoke Print dialog for plugin.
+ void (*Print)(PP_Instance instance);
};
#endif // PPAPI_C_PRIVATE_PPB_PDF_H_
« chrome/renderer/chrome_ppb_pdf_impl.cc ('K') | « chrome/renderer/print_web_view_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698