| Index: content/browser/fileapi/fileapi_message_filter.cc
|
| diff --git a/content/browser/fileapi/fileapi_message_filter.cc b/content/browser/fileapi/fileapi_message_filter.cc
|
| index da1ba9dfd5a9d58cc83fbfbc80c3f62b5649b068..deaf3148c0eb36f3ee8d3be26708c70bba30f73a 100644
|
| --- a/content/browser/fileapi/fileapi_message_filter.cc
|
| +++ b/content/browser/fileapi/fileapi_message_filter.cc
|
| @@ -755,7 +755,7 @@ bool FileAPIMessageFilter::HasPermissionsForFile(
|
| // Special handling for filesystems whose mount type is isolated.
|
| // (See ChildProcessSecurityPolicy::GrantReadFileSystem for more
|
| // details about access permission for isolated filesystem.)
|
| - if (url.mount_type() == fileapi::kFileSystemMountTypeIsolated) {
|
| + if (url.mount_type() == fileapi::kFileSystemTypeIsolated) {
|
| // The root directory of the dragged filesystem is read-only.
|
| if (url.type() == fileapi::kFileSystemTypeDragged && url.path().empty()) {
|
| if (permissions != kReadFilePermissions) {
|
|
|