diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 01:31:39 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 01:31:39 +0000 |
commit | bfbcd39be6500efe6f1445aedd99ff10236105a7 (patch) | |
tree | 493d0e125b5ab1a491217f0b81c0946f01d04f9b /webkit/dom_storage/dom_storage_area.h | |
parent | e38019e80f23724f8286f06c0fe3e3ff1da9a164 (diff) | |
download | chromium_src-bfbcd39be6500efe6f1445aedd99ff10236105a7.zip chromium_src-bfbcd39be6500efe6f1445aedd99ff10236105a7.tar.gz chromium_src-bfbcd39be6500efe6f1445aedd99ff10236105a7.tar.bz2 |
BrowsingDataRemover: clear sessionStorage.
If we're clearing all browsing data, clear sessionStorage data, too.
TBR=aa@chromium.org
BUG=123599
Review URL: https://chromiumcodereview.appspot.com/10983063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/dom_storage/dom_storage_area.h')
-rw-r--r-- | webkit/dom_storage/dom_storage_area.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/dom_storage/dom_storage_area.h b/webkit/dom_storage/dom_storage_area.h index ebb4735..b974cbb 100644 --- a/webkit/dom_storage/dom_storage_area.h +++ b/webkit/dom_storage/dom_storage_area.h @@ -58,6 +58,7 @@ class DOM_STORAGE_EXPORT DomStorageArea NullableString16* old_value); bool RemoveItem(const string16& key, string16* old_value); bool Clear(); + void FastClear(); DomStorageArea* ShallowCopy( int64 destination_namespace_id, |