| 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..c5feb401aaf35e25e5c7c14cc1a473c0bca9c84f 100644
|
| --- a/webkit/dom_storage/dom_storage_context.h
|
| +++ b/webkit/dom_storage/dom_storage_context.h
|
| @@ -109,7 +109,8 @@ 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,
|
| + bool include_protected_origins);
|
| void PurgeMemory();
|
|
|
| // Used by content settings to alter the behavior around
|
|
|