Index: ppapi/proxy/ppb_flash_clipboard_proxy.h |
diff --git a/ppapi/proxy/ppb_flash_clipboard_proxy.h b/ppapi/proxy/ppb_flash_clipboard_proxy.h |
index 2d6818364a0eeb32f1773b36a25994eae3723887..6d9604f4b4e123183539ce1c4d8d67f50dfc36c0 100644 |
--- a/ppapi/proxy/ppb_flash_clipboard_proxy.h |
+++ b/ppapi/proxy/ppb_flash_clipboard_proxy.h |
@@ -33,6 +33,10 @@ class PPB_Flash_Clipboard_Proxy : public InterfaceProxy { |
private: |
// Message handlers. |
+ void OnMsgIsFormatAvailable(PP_Instance instance_id, |
+ int clipboard_type, |
+ int format, |
+ bool* result); |
void OnMsgReadPlainText(PP_Instance instance_id, |
int clipboard_type, |
SerializedVarReturnValue result); |