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

Unified Diff: ppapi/thunk/interfaces_ppb_private_flash.h

Issue 10169040: Move the rest of the Flash functions to the thunk system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/shared_impl/ppb_flash_shared.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 1a96fbc66043fe22b5c6e39fec53d180dc72dff4..4f13d1c119b3cac78223490c3ac5f4487a76ee97 100644
--- a/ppapi/thunk/interfaces_ppb_private_flash.h
+++ b/ppapi/thunk/interfaces_ppb_private_flash.h
@@ -8,7 +8,6 @@
#include "ppapi/thunk/interfaces_preamble.h"
PROXIED_API(PPB_Flash)
-
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_INTERFACE_11_0,
PPB_Flash_11)
@@ -21,7 +20,6 @@ PROXIED_IFACE(PPB_Flash,
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)
@@ -31,5 +29,26 @@ PROXIED_IFACE(PPB_Flash,
PROXIED_IFACE(PPB_Flash,
PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
PPB_Flash_Clipboard_4_0)
+PROXIED_IFACE(PPB_Flash,
+ PPB_FLASH_FILE_MODULELOCAL_INTERFACE,
+ PPB_Flash_File_ModuleLocal)
+PROXIED_IFACE(PPB_Flash,
+ PPB_FLASH_FILE_FILEREF_INTERFACE,
+ PPB_Flash_File_FileRef)
+
+PROXIED_API(PPB_Flash_Menu)
+PROXIED_IFACE(PPB_Flash_Menu,
+ PPB_FLASH_MENU_INTERFACE_0_2,
+ PPB_Flash_Menu_0_2)
+
+PROXIED_API(PPB_Flash_MessageLoop)
+PROXIED_IFACE(PPB_Flash_MessageLoop,
+ PPB_FLASH_MESSAGELOOP_INTERFACE_0_1,
+ PPB_Flash_MessageLoop_0_1)
+
+// TCPSocketPrivate is defined in the normal private interfaces.
+PROXIED_IFACE(PPB_TCPSocket_Private,
+ PPB_FLASH_TCPSOCKET_INTERFACE_0_2,
+ PPB_TCPSocket_Private_0_3)
#include "ppapi/thunk/interfaces_postamble.h"
« no previous file with comments | « ppapi/shared_impl/ppb_flash_shared.cc ('k') | ppapi/thunk/ppb_flash_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698