diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 10:04:38 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 10:04:38 +0000 |
commit | 3e019f223c7a881a347fb7e9effa2fd2166e95a3 (patch) | |
tree | ac125aea8d50ef1187a3ce4c64a2d92a45de409f /content | |
parent | d41284676b7e49b7d62899f39051b0e6ec62f4e4 (diff) | |
download | chromium_src-3e019f223c7a881a347fb7e9effa2fd2166e95a3.zip chromium_src-3e019f223c7a881a347fb7e9effa2fd2166e95a3.tar.gz chromium_src-3e019f223c7a881a347fb7e9effa2fd2166e95a3.tar.bz2 |
Remove leftover declaration of DOMStorageContext::DeleteSessionOnlyData.
The implementation was removed by http://codereview.chromium.org/8820009.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/8919003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/in_process_webkit/dom_storage_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/browser/in_process_webkit/dom_storage_context.h b/content/browser/in_process_webkit/dom_storage_context.h index f084024..05e4040 100644 --- a/content/browser/in_process_webkit/dom_storage_context.h +++ b/content/browser/in_process_webkit/dom_storage_context.h @@ -82,11 +82,6 @@ class CONTENT_EXPORT DOMStorageContext { // are not deleted by this method. void DeleteDataModifiedSince(const base::Time& cutoff); - // Delete any local storage files which are allowed to be stored only until - // the end of the session. Protected origins, per the SpecialStoragePolicy, - // are not deleted by this method. - void DeleteSessionOnlyData(); - // Deletes a single local storage file. void DeleteLocalStorageFile(const FilePath& file_path); |