| Index: content/child/npapi/plugin_instance.h
|
| diff --git a/content/child/npapi/plugin_instance.h b/content/child/npapi/plugin_instance.h
|
| index 2cf931e36e99c90372f567f1941f4f3db00965c0..80de2e9e8c0731e27cad24480e2b6b5a72bc3b4d 100644
|
| --- a/content/child/npapi/plugin_instance.h
|
| +++ b/content/child/npapi/plugin_instance.h
|
| @@ -126,9 +126,6 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
|
| // seekable.
|
| WebPluginResourceClient* GetRangeRequest(int id);
|
|
|
| - // Have the plugin create its script object.
|
| - NPObject* GetPluginScriptableObject();
|
| -
|
| // Returns the form value of this instance.
|
| bool GetFormValue(base::string16* value);
|
|
|
|
|