Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 18dd4c317acea99346143bccf39206e1b75a18cc..53caca2c200e02658a6f1e51400300e0704385b8 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -2508,6 +2508,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends( |
content::BrowserContext::GetMountPoints(browser_context); |
DCHECK(external_mount_points); |
chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend( |
+ storage_partition_path, |
new drive::FileSystemBackendDelegate, |
new chromeos::file_system_provider::BackendDelegate, |
browser_context->GetSpecialStoragePolicy(), |