Chromium Code Reviews| Index: content/browser/fileapi/browser_file_system_helper.h |
| diff --git a/content/browser/fileapi/browser_file_system_helper.h b/content/browser/fileapi/browser_file_system_helper.h |
| index 7207aded1fce398e608b09a5dc5ae6a5eda57b71..04b084c021fa38ba5985425bea0a1c8296884bef 100644 |
| --- a/content/browser/fileapi/browser_file_system_helper.h |
| +++ b/content/browser/fileapi/browser_file_system_helper.h |
| @@ -28,6 +28,10 @@ CreateFileSystemContext( |
| bool is_incognito, |
| quota::QuotaManagerProxy* quota_manager_proxy); |
| +// Check whether a file system URL is valid. |
|
Tom Sepez
2013/07/19 18:39:28
nit: what does it really mean to be valid?
tommycli
2013/07/23 21:12:35
Done.
|
| +CONTENT_EXPORT bool FileSystemURLIsValid(fileapi::FileSystemContext* context, |
| + const fileapi::FileSystemURL& url); |
| + |
| // Check whether a process has permission to access the file system URL. |
| CONTENT_EXPORT bool CheckFileSystemPermissionsForProcess( |
| fileapi::FileSystemContext* context, |