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 14ffe3e4788b711345d77538646dabdec358deac..915da20379831171ffdeb5904a5685d5116a6609 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc |
@@ -258,7 +258,7 @@ void FileSystemEntryFunction::RegisterFileSystemAndSendResponse( |
std::string registered_name; |
std::string filesystem_id = isolated_context->RegisterFileSystemForPath( |
- fileapi::kFileSystemTypeIsolated, path, ®istered_name); |
+ fileapi::kFileSystemTypeNativeLocal, path, ®istered_name); |
content::ChildProcessSecurityPolicy* policy = |
content::ChildProcessSecurityPolicy::GetInstance(); |