| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 797dae87f48eb609125a378c1bb9c2051b85a8b1..64be0c900505b1ad04166c395c3a7f9c8a49a200 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -75,6 +75,8 @@ class PPB_Flash_Proxy : public InterfaceProxy {
|
| const std::string& url,
|
| const std::string& target,
|
| PP_Bool* result);
|
| + void OnMsgRunMessageLoop(PP_Instance instance);
|
| + void OnMsgQuitMessageLoop(PP_Instance instance);
|
| };
|
|
|
| } // namespace proxy
|
|
|