| Index: webkit/dom_storage/dom_storage_context.h
|
| diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h
|
| index ca2b570f618d74cb9cc0f66e3717faf6fde6fb4a..455672808807f122d695b539cca79eb4c2fd8155 100644
|
| --- a/webkit/dom_storage/dom_storage_context.h
|
| +++ b/webkit/dom_storage/dom_storage_context.h
|
| @@ -109,7 +109,6 @@ class DomStorageContext
|
|
|
| void GetUsageInfo(std::vector<UsageInfo>* infos, bool include_file_info);
|
| void DeleteOrigin(const GURL& origin);
|
| - void DeleteDataModifiedSince(const base::Time& cutoff);
|
| void PurgeMemory();
|
|
|
| // Used by content settings to alter the behavior around
|
|
|