| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index bc1436abe1487e9b10de1525579250f0a78391ea..c7e400527979f8b71886e9e2339c27c426cf720a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -1365,16 +1365,6 @@ int32_t PepperPluginInstanceImpl::RegisterMessageHandler(
|
| return PP_ERROR_FAILED;
|
| }
|
|
|
| -int32_t PepperPluginInstanceImpl::RegisterMessageHandler_1_1_Deprecated(
|
| - PP_Instance instance,
|
| - void* user_data,
|
| - const PPP_MessageHandler_0_1_Deprecated* handler,
|
| - PP_Resource message_loop) {
|
| - // Not supported in-process.
|
| - NOTIMPLEMENTED();
|
| - return PP_ERROR_FAILED;
|
| -}
|
| -
|
| void PepperPluginInstanceImpl::UnregisterMessageHandler(PP_Instance instance) {
|
| // Not supported in-process.
|
| NOTIMPLEMENTED();
|
|
|