| Index: chrome/browser/extensions/platform_app_launcher.cc
|
| diff --git a/chrome/browser/extensions/platform_app_launcher.cc b/chrome/browser/extensions/platform_app_launcher.cc
|
| index 3af7454a25ab3221dd2d1fa85cb3c01c7a13e6af..e28f6be277eaa99fb63e5739daac758200587bd6 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.cc
|
| +++ b/chrome/browser/extensions/platform_app_launcher.cc
|
| @@ -203,7 +203,7 @@ class PlatformAppCommandLineLauncher
|
| fileapi::IsolatedContext::GetInstance();
|
| DCHECK(isolated_context);
|
| std::string filesystem_id = isolated_context->RegisterFileSystemForPath(
|
| - fileapi::kFileSystemTypeIsolated, file_path, ®istered_name);
|
| + fileapi::kFileSystemTypeNativeLocal, file_path, ®istered_name);
|
| // Granting read file system permission as well to allow file-system
|
| // read operations.
|
| policy->GrantReadFileSystem(renderer_id, filesystem_id);
|
|
|