| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| index da60ff1591f4bd3b2f43aeda78b0cc38e25006dc..d2845805d0ce2edbc70c4ef7d074ffcb4a4995d1 100644
|
| --- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| @@ -91,12 +91,6 @@ class PluginInstance : public base::RefCounted<PluginInstance>,
|
| PluginModule* module,
|
| const void* ppp_instance_if_0_5);
|
|
|
| - // Create and return a PluginInstance object which supports the
|
| - // PPP_Instance_0_4 interface.
|
| - static PluginInstance* Create0_4(PluginDelegate* delegate,
|
| - PluginModule* module,
|
| - const void* ppp_instance_if_0_4);
|
| -
|
| // Delete should be called by the WebPlugin before this destructor.
|
| virtual ~PluginInstance();
|
|
|
|
|