| 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..1c792b33d2c6d512d3817b6b46544294bdb17236 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -37,7 +37,8 @@ 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;
|
| + virtual void DeleteDataModifiedSince(const base::Time& cutoff,
|
| + bool include_protected_origins) OVERRIDE;
|
|
|
| // Called to free up memory that's not strictly needed.
|
| void PurgeMemory();
|
|
|