Index: chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc |
diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc |
index f587af1512af141108a7ecfd64a0eba977fad679..78521326ff8e711ef2cc0b97b8c9e6bb7267ccfd 100644 |
--- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc |
+++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc |
@@ -117,6 +117,7 @@ std::string PepperIsolatedFileSystemMessageFilter::CreateCrxFileSystem( |
std::string kFirstLevelDirectory("crxfs"); |
return fileapi::IsolatedContext::GetInstance()->RegisterFileSystemForPath( |
fileapi::kFileSystemTypeNativeLocal, |
+ std::string(), |
extension->path(), |
&kFirstLevelDirectory); |
} |