diff options
Diffstat (limited to 'ppapi/proxy/ppb_flash_proxy.cc')
-rw-r--r-- | ppapi/proxy/ppb_flash_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_flash_proxy.cc b/ppapi/proxy/ppb_flash_proxy.cc index fc394f3..f61d8b3 100644 --- a/ppapi/proxy/ppb_flash_proxy.cc +++ b/ppapi/proxy/ppb_flash_proxy.cc @@ -219,7 +219,8 @@ int32_t InvokePrinting(PP_Instance instance) { } void UpdateActivity(PP_Instance instance) { - // TODO(viettrungluu): Implement me. + PluginGlobals::Get()->plugin_proxy_delegate()->SendToBrowser( + new PpapiHostMsg_PPBFlash_UpdateActivity(API_ID_PPB_FLASH)); } PP_Var GetDeviceID(PP_Instance instance) { |