| Index: content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| index 1c1a6205e6f570b93a3612b90cf126bd1ae9e5e2..dce7889466a882e4351f476574fe791c750c26ed 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| @@ -47,7 +47,10 @@ class PepperInternalFileRefBackend : public PepperFileRefBackend {
|
| virtual std::string GetFileSystemURLSpec() const OVERRIDE;
|
| virtual base::FilePath GetExternalPath() const OVERRIDE;
|
|
|
| - virtual int32_t HasPermissions(int permissions) const OVERRIDE;
|
| + virtual int32_t CanRead() const OVERRIDE;
|
| + virtual int32_t CanWrite() const OVERRIDE;
|
| + virtual int32_t CanCreate() const OVERRIDE;
|
| + virtual int32_t CanReadWrite() const OVERRIDE;
|
|
|
| private:
|
| // Generic reply callback.
|
|
|