| Index: chrome/browser/chromeos/file_manager/fileapi_util.h
|
| diff --git a/chrome/browser/chromeos/file_manager/fileapi_util.h b/chrome/browser/chromeos/file_manager/fileapi_util.h
|
| index bc5c6d606e33103fd3dcf37b6fa4bb22755b273b..eab0e8d0ceaa55869fdf78fe41f72148ea68a788 100644
|
| --- a/chrome/browser/chromeos/file_manager/fileapi_util.h
|
| +++ b/chrome/browser/chromeos/file_manager/fileapi_util.h
|
| @@ -155,6 +155,7 @@ void CheckIfDirectoryExists(
|
| void GetMetadataForPath(
|
| scoped_refptr<storage::FileSystemContext> file_system_context,
|
| const base::FilePath& entry_path,
|
| + int fields,
|
| const storage::FileSystemOperationRunner::GetMetadataCallback& callback);
|
|
|
| // Obtains isolated file system URL from |virtual_path| pointing a file in the
|
|
|