| 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 95c2430047e39c32aa74113b115b8d4bdadf74f8..5b4b130d5bcdf86209726a2415d953717268490d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2543,7 +2543,8 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
|
| switches::kEnablePrivetStorage)) {
|
| additional_backends->push_back(
|
| new local_discovery::PrivetFileSystemBackend(
|
| - fileapi::ExternalMountPoints::GetSystemInstance()));
|
| + fileapi::ExternalMountPoints::GetSystemInstance(),
|
| + browser_context));
|
| }
|
| }
|
|
|
|
|