diff options
Diffstat (limited to 'ppapi/proxy/ppb_flash_menu_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_flash_menu_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/ppb_flash_menu_proxy.h b/ppapi/proxy/ppb_flash_menu_proxy.h index df23da1..8c20774 100644 --- a/ppapi/proxy/ppb_flash_menu_proxy.h +++ b/ppapi/proxy/ppb_flash_menu_proxy.h @@ -31,6 +31,8 @@ class PPB_Flash_Menu_Proxy : public InterfaceProxy { // InterfaceProxy implementation. virtual bool OnMessageReceived(const IPC::Message& msg); + static const ApiID kApiID = API_ID_PPB_FLASH_MENU; + private: struct ShowRequest; |