From 3e019f223c7a881a347fb7e9effa2fd2166e95a3 Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Tue, 13 Dec 2011 10:04:38 +0000 Subject: 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 --- content/browser/in_process_webkit/dom_storage_context.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content') 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); -- cgit v1.1