| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 63cc50647e4ee047ce9a3045b48f4bdcb44d60fa..91fdfdc50e7e81fa4c67eabbbd3714c4c8a593ae 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -75,8 +75,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public thunk::PPB_Flash_API {
|
| PP_Time t) OVERRIDE;
|
| virtual PP_Bool IsRectTopmost(PP_Instance instance,
|
| const PP_Rect* rect) OVERRIDE;
|
| - virtual PP_Var GetSetting(PP_Instance instance,
|
| - PP_FlashSetting setting) OVERRIDE;
|
|
|
| static const ApiID kApiID = API_ID_PPB_FLASH;
|
|
|
| @@ -97,9 +95,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public thunk::PPB_Flash_API {
|
| void OnHostMsgIsRectTopmost(PP_Instance instance,
|
| PP_Rect rect,
|
| PP_Bool* result);
|
| - void OnHostMsgGetSetting(PP_Instance instance,
|
| - PP_FlashSetting setting,
|
| - SerializedVarReturnValue result);
|
| void OnHostMsgInvokePrinting(PP_Instance instance);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PPB_Flash_Proxy);
|
|
|