Index: chrome/browser/devtools/devtools_file_helper.cc |
diff --git a/chrome/browser/devtools/devtools_file_helper.cc b/chrome/browser/devtools/devtools_file_helper.cc |
index 03ab906087f7553c19f57cde39b126ebef313156..d1fee7b4aec82d6841eb12a2f3734d02253ee86d 100644 |
--- a/chrome/browser/devtools/devtools_file_helper.cc |
+++ b/chrome/browser/devtools/devtools_file_helper.cc |
@@ -145,7 +145,8 @@ std::string RegisterFileSystem(WebContents* web_contents, |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
CHECK(web_contents->GetURL().SchemeIs(content::kChromeDevToolsScheme)); |
std::string file_system_id = isolated_context()->RegisterFileSystemForPath( |
- fileapi::kFileSystemTypeNativeLocal, path, registered_name); |
+ fileapi::kFileSystemTypeNativeLocal, std::string(), path, |
+ registered_name); |
content::ChildProcessSecurityPolicy* policy = |
content::ChildProcessSecurityPolicy::GetInstance(); |