| 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 46beea743837faa1da65de4d51b3d01723dea1a9..3c359347c7d90b2c7ffea494b894a9a9a32af46b 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -350,8 +350,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual ::ppapi::VarTracker* GetVarTracker() OVERRIDE;
|
| virtual const GURL& GetPluginURL() OVERRIDE;
|
| virtual base::FilePath GetModulePath() OVERRIDE;
|
| - virtual PP_Resource CreateExternalFileReference(
|
| - const base::FilePath& external_file_path) OVERRIDE;
|
| virtual PP_Resource CreateImage(gfx::ImageSkia* source_image,
|
| float scale) OVERRIDE;
|
| virtual PP_ExternalPluginResult SwitchToOutOfProcessProxy(
|
|
|