| Index: content/browser/indexed_db/indexed_db_quota_client.h
|
| diff --git a/content/browser/indexed_db/indexed_db_quota_client.h b/content/browser/indexed_db/indexed_db_quota_client.h
|
| index 6c0f2bb2af7daa826adf4c0feb9d692b01088aae..3c48c279ccf0904b8010e53126c583650892b333 100644
|
| --- a/content/browser/indexed_db/indexed_db_quota_client.h
|
| +++ b/content/browser/indexed_db/indexed_db_quota_client.h
|
| @@ -43,6 +43,7 @@ class IndexedDBQuotaClient : public quota::QuotaClient,
|
| virtual void DeleteOriginData(const GURL& origin,
|
| quota::StorageType type,
|
| const DeletionCallback& callback) OVERRIDE;
|
| + virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
|
|
|