| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index a776d6a42d81f79689d00078b5df21361337fdf4..a9009256db66f7e63ba7746832cac5c3603f1750 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -72,8 +72,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public thunk::PPB_Flash_API {
|
| PP_Bool from_user_action) 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;
|
|
|
| @@ -92,9 +90,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);
|
|
|