Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: content/browser/in_process_webkit/dom_storage_context.h

Issue 8919003: Remove leftover declaration of DOMStorageContext::DeleteSessionOnlyData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/dom_storage_context.h
diff --git a/content/browser/in_process_webkit/dom_storage_context.h b/content/browser/in_process_webkit/dom_storage_context.h
index f084024358410d67c4e0c1b3d95a6bc888ca4b68..05e404043933470b3198d1cf25b8686e51421ea8 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698