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

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

Issue 10413072: Teaching BrowsingDataRemover how to delete application data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bernhard. Created 8 years, 6 months 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 | « content/browser/dom_storage/dom_storage_context_impl.cc ('k') | webkit/dom_storage/dom_storage_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/dom_storage_context.h
diff --git a/content/public/browser/dom_storage_context.h b/content/public/browser/dom_storage_context.h
index eb14c8cbc8682c88214a768930841d69f657a65a..3fb05952678b80655dee69b50210b83749a16bf2 100644
--- a/content/public/browser/dom_storage_context.h
+++ b/content/public/browser/dom_storage_context.h
@@ -40,7 +40,6 @@ class DOMStorageContext {
virtual FilePath GetFilePath(const string16& origin_id) const = 0;
virtual void DeleteForOrigin(const string16& origin_id) = 0;
virtual void DeleteLocalStorageFile(const FilePath& file_path) = 0;
- virtual void DeleteDataModifiedSince(const base::Time& cutoff) = 0;
protected:
virtual ~DOMStorageContext() {}
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.cc ('k') | webkit/dom_storage/dom_storage_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698