| Index: content/public/browser/dom_storage_context.h
|
| diff --git a/content/public/browser/dom_storage_context.h b/content/public/browser/dom_storage_context.h
|
| index eb14c8cbc8682c88214a768930841d69f657a65a..3fb05952678b80655dee69b50210b83749a16bf2 100644
|
| --- a/content/public/browser/dom_storage_context.h
|
| +++ b/content/public/browser/dom_storage_context.h
|
| @@ -40,7 +40,6 @@ class DOMStorageContext {
|
| virtual FilePath GetFilePath(const string16& origin_id) const = 0;
|
| virtual void DeleteForOrigin(const string16& origin_id) = 0;
|
| virtual void DeleteLocalStorageFile(const FilePath& file_path) = 0;
|
| - virtual void DeleteDataModifiedSince(const base::Time& cutoff) = 0;
|
|
|
| protected:
|
| virtual ~DOMStorageContext() {}
|
|
|