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

Unified Diff: ppapi/thunk/interfaces_ppb_private_flash.h

Issue 10163012: Move the FlashClipboard API into the Flash one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments & fixes. Created 8 years, 8 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 | « ppapi/thunk/enter.cc ('k') | ppapi/thunk/ppb_flash_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/interfaces_ppb_private_flash.h
diff --git a/ppapi/thunk/interfaces_ppb_private_flash.h b/ppapi/thunk/interfaces_ppb_private_flash.h
index 6d9fa8278f41ea5dad6fbb55205e366ca2be0d35..1a96fbc66043fe22b5c6e39fec53d180dc72dff4 100644
--- a/ppapi/thunk/interfaces_ppb_private_flash.h
+++ b/ppapi/thunk/interfaces_ppb_private_flash.h
@@ -22,4 +22,14 @@ PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_12_2,
PPB_Flash_12_2)
+PROXIED_IFACE(PPB_Flash,
+ PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY,
+ PPB_Flash_Clipboard_3_0)
+PROXIED_IFACE(PPB_Flash,
+ PPB_FLASH_CLIPBOARD_INTERFACE_3_0,
+ PPB_Flash_Clipboard_3_0)
+PROXIED_IFACE(PPB_Flash,
+ PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
+ PPB_Flash_Clipboard_4_0)
+
#include "ppapi/thunk/interfaces_postamble.h"
« no previous file with comments | « ppapi/thunk/enter.cc ('k') | ppapi/thunk/ppb_flash_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698