| Index: content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc
|
| index ddab7c00822ba878cc334932c64e223757b8443e..73be1a6f62a735812e856d4976ba154ffc420124 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc
|
| @@ -170,9 +170,11 @@ int32_t PepperInternalFileRefBackend::Query(
|
|
|
| GetFileSystemContext()->operation_runner()->GetMetadata(
|
| GetFileSystemURL(),
|
| + storage::FileSystemOperation::GET_METADATA_FIELD_IS_DIRECTORY |
|
| + storage::FileSystemOperation::GET_METADATA_FIELD_SIZE |
|
| + storage::FileSystemOperation::GET_METADATA_FIELD_LAST_MODIFIED,
|
| base::Bind(&PepperInternalFileRefBackend::GetMetadataComplete,
|
| - weak_factory_.GetWeakPtr(),
|
| - reply_context));
|
| + weak_factory_.GetWeakPtr(), reply_context));
|
| return PP_OK_COMPLETIONPENDING;
|
| }
|
|
|
|
|