| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index bc885f8d5f709dc8010e3af70c319eb5534a2655..42fe2cc103e628969e5ed9ef1c55ae909bee832b 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -65,9 +65,14 @@ class SelectFilePolicy;
|
| }
|
|
|
| namespace fileapi {
|
| +class ExternalMountPoints;
|
| class FileSystemMountPointProvider;
|
| }
|
|
|
| +namespace quota {
|
| +class SpecialStoragePolicy;
|
| +}
|
| +
|
| namespace content {
|
|
|
| class AccessTokenStore;
|
| @@ -533,6 +538,8 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // Returns additional MountPointProviders for FileSystem API.
|
| virtual void GetAdditionalFileSystemMountPointProviders(
|
| const base::FilePath& storage_partition_path,
|
| + quota::SpecialStoragePolicy* special_storage_policy,
|
| + fileapi::ExternalMountPoints* external_mount_points,
|
| ScopedVector<fileapi::FileSystemMountPointProvider>*
|
| additional_providers) {}
|
|
|
|
|