| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index c0caa1600f6180e9f8a42cd790f08addb7f989de..96a2bb5411e991e834c2a0dd2a0cb5b117f12989 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -242,12 +242,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::WebContents* web_contents) OVERRIDE;
|
| virtual void GetAdditionalAllowedSchemesForFileSystem(
|
| std::vector<std::string>* additional_schemes) OVERRIDE;
|
| - virtual void GetAdditionalFileSystemMountPointProviders(
|
| + virtual void GetAdditionalFileSystemBackends(
|
| const base::FilePath& storage_partition_path,
|
| quota::SpecialStoragePolicy* special_storage_policy,
|
| fileapi::ExternalMountPoints* external_mount_points,
|
| - ScopedVector<fileapi::FileSystemMountPointProvider>*
|
| - additional_providers) OVERRIDE;
|
| + ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|