Chromium Code Reviews| Index: webkit/fileapi/file_system_util.h |
| diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h |
| index af48b8023cb0c2ca0803fe7b65cca496da167927..168d447aeb19dcd1f7890fdd39f04925d399ce3c 100644 |
| --- a/webkit/fileapi/file_system_util.h |
| +++ b/webkit/fileapi/file_system_util.h |
| @@ -137,6 +137,10 @@ FILEAPI_EXPORT bool CrackIsolatedFileSystemName( |
| const std::string& filesystem_name, |
| std::string* filesystem_id); |
| +#if defined(OS_CHROMEOS) |
| +bool FILEAPI_EXPORT IsCrosManagedFileSystemType(FileSystemType type); |
|
satorux1
2012/08/20 03:30:23
function comment is missing. please describe what
kinuko
2012/08/20 08:54:35
Done. (Removed this method but instead added stat
|
| +#endif |
| + |
| } // namespace fileapi |
| #endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ |