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

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

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
Index: chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
index 644fc3df6ee160e0971c6330bda90630534b1561..a65739d19f2a63b5c36b733c72fc2c09ebdecfb4 100644
--- a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
+++ b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
@@ -175,7 +175,5 @@ void BrowsingDataQuotaHelperImpl::OnComplete() {
void BrowsingDataQuotaHelperImpl::DidRevokeHostQuota(
quota::QuotaStatusCode status_unused,
- const std::string& host_unused,
- quota::StorageType type_unused,
int64 quota_unused) {
}

Powered by Google App Engine
This is Rietveld 408576698