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

Unified Diff: ppapi/proxy/ppb_flash_udp_socket_proxy.cc

Issue 8359010: Convert the Flash interfaces to no longer use GetInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/ppb_flash_udp_socket_proxy.cc
diff --git a/ppapi/proxy/ppb_flash_udp_socket_proxy.cc b/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
index 3fa0316c11e4321b850b02f5e7e756c39b5588e0..ba8893103ead36da7f90680b98c5e8ada6ef0926 100644
--- a/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
+++ b/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
@@ -297,18 +297,6 @@ PPB_Flash_UDPSocket_Proxy::~PPB_Flash_UDPSocket_Proxy() {
}
// static
-const InterfaceProxy::Info* PPB_Flash_UDPSocket_Proxy::GetInfo() {
- static const Info info = {
- ::ppapi::thunk::GetPPB_Flash_UDPSocket_Thunk(),
- PPB_FLASH_UDPSOCKET_INTERFACE,
- API_ID_PPB_FLASH_UDPSOCKET,
- false,
- &CreateFlashUDPSocketProxy,
- };
- return &info;
-}
-
-// static
PP_Resource PPB_Flash_UDPSocket_Proxy::CreateProxyResource(
PP_Instance instance) {
PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance);
« ppapi/proxy/ppb_flash_menu_proxy.cc ('K') | « ppapi/proxy/ppb_flash_udp_socket_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698