Index: ppapi/proxy/ppb_flash_proxy.cc |
diff --git a/ppapi/proxy/ppb_flash_proxy.cc b/ppapi/proxy/ppb_flash_proxy.cc |
index 4b23f87f9c4cb5d6d0c17f67292b4311494f3ba7..6713845df4389a06441c1e14e4941ef2b261a838 100644 |
--- a/ppapi/proxy/ppb_flash_proxy.cc |
+++ b/ppapi/proxy/ppb_flash_proxy.cc |
@@ -187,15 +187,8 @@ PPB_Flash_Proxy::~PPB_Flash_Proxy() { |
} |
// static |
-const InterfaceProxy::Info* PPB_Flash_Proxy::GetInfo() { |
- static const Info info = { |
- &flash_interface, |
- PPB_FLASH_INTERFACE, |
- API_ID_PPB_FLASH, |
- true, |
- &CreateFlashProxy, |
- }; |
- return &info; |
+const PPB_Flash* PPB_Flash_Proxy::GetInterface() { |
+ return &flash_interface; |
} |
bool PPB_Flash_Proxy::OnMessageReceived(const IPC::Message& msg) { |