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

Unified Diff: webkit/dom_storage/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: Ugh. Created 8 years, 7 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
Index: webkit/dom_storage/dom_storage_context.h
diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h
index ca2b570f618d74cb9cc0f66e3717faf6fde6fb4a..cc98ea5e340d28fbf1ce8539aa40cd79f307144a 100644
--- a/webkit/dom_storage/dom_storage_context.h
+++ b/webkit/dom_storage/dom_storage_context.h
@@ -109,7 +109,7 @@ class DomStorageContext
void GetUsageInfo(std::vector<UsageInfo>* infos, bool include_file_info);
void DeleteOrigin(const GURL& origin);
- void DeleteDataModifiedSince(const base::Time& cutoff);
+ void DeleteDataModifiedSince(const base::Time& cutoff, int origin_set_mask);
void PurgeMemory();
// Used by content settings to alter the behavior around

Powered by Google App Engine
This is Rietveld 408576698