| Index: content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| index 1066ec1fa50609190342e2411b6293a1a7ad2fe2..40abed73e8d2818a59c2eaf6e1da579f23776ae9 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| @@ -44,7 +44,9 @@ class PepperExternalFileRefBackend : 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;
|
|
|
| private:
|
| // Generic reply callback.
|
|
|