| 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 fc9cf7ce869de0f2de87d1a5b8e98898e3a26f38..a700798f8bc5d2a468c7359c97fbeecfc177bc91 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -349,8 +349,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(
|
| @@ -366,6 +364,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|
| const char* target,
|
| bool from_user_action) OVERRIDE;
|
| + virtual int MakePendingFileRefRendererHost(
|
| + const base::FilePath& path) OVERRIDE;
|
|
|
| // PPB_Instance_API implementation.
|
| virtual PP_Bool BindGraphics(PP_Instance instance,
|
|
|