| Index: chrome/browser/extensions/api/file_system/file_system_api.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| index 1f14517147b18f202314f95818e80cd26c671330..be009b6a5a16846be948cc4de83535195cf11211 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| @@ -296,7 +296,7 @@ void FileSystemEntryFunction::RegisterFileSystemAndSendResponse(
|
|
|
| std::string registered_name;
|
| std::string filesystem_id = isolated_context->RegisterFileSystemForPath(
|
| - fileapi::kFileSystemTypeNativeLocal, path, ®istered_name);
|
| + fileapi::kFileSystemTypeIsolatedNativeLocal, path, ®istered_name);
|
|
|
| content::ChildProcessSecurityPolicy* policy =
|
| content::ChildProcessSecurityPolicy::GetInstance();
|
|
|