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

Unified Diff: chrome/browser/browsing_data_remover.h

Issue 7533013: Quota: Add quota::StorageType to the GetOriginsCallback definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing onto today's ToT. Created 9 years, 5 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 | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_remover.h
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h
index dc96cc0b85c3064a5c4a8f7012e4af13ea9c82fb..8f6351af05246bcacf03312eb01dfc2968ce8ab4 100644
--- a/chrome/browser/browsing_data_remover.h
+++ b/chrome/browser/browsing_data_remover.h
@@ -151,11 +151,8 @@ class BrowsingDataRemover : public NotificationObserver,
// Callback to respond to QuotaManager::GetOriginsModifiedSince, which is the
// core of 'ClearQuotaManagedDataOnIOThread'.
- void OnGotTemporaryQuotaManagedOrigins(const std::set<GURL>&);
-
- // Callback to respond to QuotaManager::GetOriginsModifiedSince, which is the
- // core of `ClearQuotaManagedDataOnIOThread`
- void OnGotPersistentQuotaManagedOrigins(const std::set<GURL>&);
+ void OnGotQuotaManagedOrigins(const std::set<GURL>& origins,
+ quota::StorageType type);
// Callback responding to deletion of a single quota managed origin's
// persistent data
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698