| 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..79a296264c1a17945ccd299b346d46d7ee8ddad8 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -38,6 +38,9 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| 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 AssociateSessionStorage(
|
| + int64 namespace_id,
|
| + int64 real_id) OVERRIDE;
|
|
|
| // Called to free up memory that's not strictly needed.
|
| void PurgeMemory();
|
|
|