| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index f77bd04651241f1b9cca990a59b06a0ef5f0be52..e322cfb1453ff1d13f5325fa710bab8624903939 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -434,11 +434,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| void* user_data,
|
| const PPP_MessageHandler_0_2* handler,
|
| PP_Resource message_loop) override;
|
| - int32_t RegisterMessageHandler_1_1_Deprecated(
|
| - PP_Instance instance,
|
| - void* user_data,
|
| - const PPP_MessageHandler_0_1_Deprecated* handler,
|
| - PP_Resource message_loop) override;
|
| void UnregisterMessageHandler(PP_Instance instance) override;
|
| PP_Bool SetCursor(PP_Instance instance,
|
| PP_MouseCursor_Type type,
|
|
|