| Index: webkit/browser/fileapi/file_system_quota_client.h
|
| diff --git a/webkit/browser/fileapi/file_system_quota_client.h b/webkit/browser/fileapi/file_system_quota_client.h
|
| index f2168043f1bcfbf692571d479a1f2e9ac27624fe..0e1d313ffcd577b02e11f840ad5227b6462ec4ff 100644
|
| --- a/webkit/browser/fileapi/file_system_quota_client.h
|
| +++ b/webkit/browser/fileapi/file_system_quota_client.h
|
| @@ -56,6 +56,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemQuotaClient
|
| const GURL& origin,
|
| quota::StorageType type,
|
| const DeletionCallback& callback) OVERRIDE;
|
| + virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
|
|
|
| private:
|
| base::SequencedTaskRunner* file_task_runner() const;
|
| @@ -64,6 +65,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemQuotaClient
|
|
|
| bool is_incognito_;
|
|
|
| + std::vector<FileSystemType> file_system_types_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(FileSystemQuotaClient);
|
| };
|
|
|
|
|