Index: ppapi/proxy/ppp_pdf_proxy.h |
diff --git a/ppapi/proxy/ppp_pdf_proxy.h b/ppapi/proxy/ppp_pdf_proxy.h |
index 5cc27900ac155893f28e1a5338fa2f765e045547..40ba50c7bc3e0949f1316e475314627f2e9625d1 100644 |
--- a/ppapi/proxy/ppp_pdf_proxy.h |
+++ b/ppapi/proxy/ppp_pdf_proxy.h |
@@ -29,6 +29,7 @@ class PPP_Pdf_Proxy : public InterfaceProxy { |
void OnPluginMsgPrintPresetOptions(PP_Instance instance, |
PP_PdfPrintPresetOptions_Dev* options, |
PP_Bool* result); |
+ void OnPluginMsgEnableAccessibility(PP_Instance instance); |
// 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. |