| 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 608a277f370427f262c415744319d506239c3174..e37393b08e1cc4885076d42b7aca1bec97b45541 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -243,9 +243,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void GetAdditionalAllowedSchemesForFileSystem(
|
| std::vector<std::string>* additional_schemes) OVERRIDE;
|
| virtual void GetAdditionalFileSystemMountPointProviders(
|
| + content::BrowserContext* browser_context,
|
| const base::FilePath& storage_partition_path,
|
| - quota::SpecialStoragePolicy* special_storage_policy,
|
| - fileapi::ExternalMountPoints* external_mount_points,
|
| ScopedVector<fileapi::FileSystemMountPointProvider>*
|
| additional_providers) OVERRIDE;
|
|
|
|
|