| Index: content/browser/fileapi/browser_file_system_helper.cc
|
| diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
|
| index 5db3ff97feed75a3444f029cf4644a3f27937a20..710c3bd9372c24e8ee031436fb973b718d0af400 100644
|
| --- a/content/browser/fileapi/browser_file_system_helper.cc
|
| +++ b/content/browser/fileapi/browser_file_system_helper.cc
|
| @@ -108,7 +108,7 @@ bool CheckFileSystemPermissionsForProcess(
|
| }
|
| case fileapi::FILE_PERMISSION_USE_FILESYSTEM_PERMISSION: {
|
| const bool success = policy->HasPermissionsForFileSystem(
|
| - process_id, url.filesystem_id(), permissions);
|
| + process_id, url.mount_filesystem_id(), permissions);
|
| if (!success)
|
| *error = base::PLATFORM_FILE_ERROR_SECURITY;
|
| return success;
|
|
|