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

Unified Diff: chrome/browser/browsing_data/browsing_data_quota_helper_impl.h

Issue 10948006: Cleanup: quota::HostQuotaCallback do not need to pass host and type as arguments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed missed compile errors in unit_tests and fixed broken QuotaManagerTests Created 8 years, 3 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/browsing_data_quota_helper_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_quota_helper_impl.h
diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.h b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.h
index 93680b50e1c0c643d45c7b57145d062e50386a72..a9c1df61620fba0cee371e2f5e00d87cca8060ff 100644
--- a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.h
+++ b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.h
@@ -50,10 +50,7 @@ class BrowsingDataQuotaHelperImpl : public BrowsingDataQuotaHelper {
int64 usage);
void OnComplete();
- void DidRevokeHostQuota(quota::QuotaStatusCode status,
- const std::string& host,
- quota::StorageType type,
- int64 quota);
+ void DidRevokeHostQuota(quota::QuotaStatusCode status, int64 quota);
scoped_refptr<quota::QuotaManager> quota_manager_;
FetchResultCallback callback_;
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698