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

Unified Diff: ppapi/proxy/ppp_pdf_proxy.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (oop proxy, out-param) Created 6 years, 3 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/proxy/ppp_pdf_proxy.h
diff --git a/ppapi/proxy/ppp_pdf_proxy.h b/ppapi/proxy/ppp_pdf_proxy.h
index 992b224881139d8abc20870a9e60125bbe5f4455..725661b717282df3083a832d4d3139ff88c72287 100644
--- a/ppapi/proxy/ppp_pdf_proxy.h
+++ b/ppapi/proxy/ppp_pdf_proxy.h
@@ -25,6 +25,9 @@ class PPP_Pdf_Proxy : public InterfaceProxy {
private:
// Message handlers.
void OnPluginMsgRotate(PP_Instance instance, bool clockwise);
+ void OnPluginMsgPrintPresetOptions(PP_Instance instance,
+ PP_PrintPresetOptions_Dev* options,
+ PP_Bool* result);
// When this proxy is in the plugin side, this value caches the interface
// pointer so we don't have to retrieve it from the dispatcher each time.

Powered by Google App Engine
This is Rietveld 408576698