| 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 232c2c85b4e65c5436d2d5a41f9478cc29a010f4..33a142bbd72207b68f0150ec55b3fbac30911912 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2550,6 +2550,10 @@ void ChromeContentBrowserClient::GetAdditionalAllowedSchemesForFileSystem(
|
| additional_allowed_schemes->push_back(extensions::kExtensionScheme);
|
| }
|
|
|
| +void ChromeContentBrowserClient::GetURLRequestAutoMountHandlers(
|
| + std::vector<fileapi::URLRequestAutoMountHandler>* handlers) {
|
| +}
|
| +
|
| void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
|
| content::BrowserContext* browser_context,
|
| const base::FilePath& storage_partition_path,
|
|
|