| 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..cc98ea5e340d28fbf1ce8539aa40cd79f307144a 100644
|
| --- a/webkit/dom_storage/dom_storage_context.h
|
| +++ b/webkit/dom_storage/dom_storage_context.h
|
| @@ -109,7 +109,7 @@ class DomStorageContext
|
|
|
| void GetUsageInfo(std::vector<UsageInfo>* infos, bool include_file_info);
|
| void DeleteOrigin(const GURL& origin);
|
| - void DeleteDataModifiedSince(const base::Time& cutoff);
|
| + void DeleteDataModifiedSince(const base::Time& cutoff, int origin_set_mask);
|
| void PurgeMemory();
|
|
|
| // Used by content settings to alter the behavior around
|
|
|