| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index b4771edf963d0509b80794fa1432663542db2767..b029fd128258894b93854261c0a84d87697bd80f 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -37,7 +37,6 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| virtual FilePath GetFilePath(const string16& origin_id) const OVERRIDE;
|
| virtual void DeleteForOrigin(const string16& origin_id) OVERRIDE;
|
| virtual void DeleteLocalStorageFile(const FilePath& file_path) OVERRIDE;
|
| - virtual void DeleteDataModifiedSince(const base::Time& cutoff) OVERRIDE;
|
|
|
| // Called to free up memory that's not strictly needed.
|
| void PurgeMemory();
|
|
|