| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| ===================================================================
|
| --- content/browser/dom_storage/dom_storage_context_impl.h (revision 139818)
|
| +++ content/browser/dom_storage/dom_storage_context_impl.h (working copy)
|
| @@ -32,6 +32,10 @@
|
| quota::SpecialStoragePolicy* special_storage_policy);
|
|
|
| // DOMStorageContext implementation.
|
| + virtual void GetUsageInfo(const GetUsageInfoCallback& callback) OVERRIDE;
|
| + virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
|
| +
|
| + // DEPRECATED DOMStorageContext implementation.
|
| virtual void GetAllStorageFiles(
|
| const GetAllStorageFilesCallback& callback) OVERRIDE;
|
| virtual FilePath GetFilePath(const string16& origin_id) const OVERRIDE;
|
|
|