| Index: base/file_util.h
|
| diff --git a/base/file_util.h b/base/file_util.h
|
| index 28c96e9d8f7b42a1b301e8d365bcbce3652d3622..e5c0d6362dcb4b5216457df1d220599e36810963 100644
|
| --- a/base/file_util.h
|
| +++ b/base/file_util.h
|
| @@ -328,6 +328,11 @@ BASE_API bool NormalizeToNativeFilePath(const FilePath& path,
|
| FilePath* nt_path);
|
| #endif
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// This function will return if the given file is a symlink or not.
|
| +BASE_API bool IsLink(const FilePath& file_path);
|
| +#endif
|
| +
|
| // Returns information about the given file path.
|
| BASE_API bool GetFileInfo(const FilePath& file_path,
|
| base::PlatformFileInfo* info);
|
|
|