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

Unified Diff: webkit/quota/quota_manager.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/quota/quota_manager.cc
diff --git a/webkit/quota/quota_manager.cc b/webkit/quota/quota_manager.cc
index b5d9196ce794e2e1f6f144aec0e251daaaf7c4c1..ef3f3d3fba0161e8122ff31cd77172e4d51c181f 100644
--- a/webkit/quota/quota_manager.cc
+++ b/webkit/quota/quota_manager.cc
@@ -509,7 +509,8 @@ class QuotaManager::InitializeTask : public QuotaManager::DatabaseTaskBase {
manager()->DidInitializeTemporaryGlobalQuota(temporary_storage_quota_);
manager()->histogram_timer_.Start(QuotaManager::kReportHistogramInterval,
manager(),
- &QuotaManager::ReportHistogram);
+ &QuotaManager::ReportHistogram,
+ FROM_HERE);
}
private:

Powered by Google App Engine
This is Rietveld 408576698