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

Unified Diff: chrome/browser/net/url_info.cc

Issue 2936005: Compress and checksum pending logs that are going to be persisted. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/net/url_info.cc
===================================================================
--- chrome/browser/net/url_info.cc (revision 52082)
+++ chrome/browser/net/url_info.cc (working copy)
@@ -104,7 +104,7 @@
}
// Make a custom linear histogram for the region from 0 to boundary.
const size_t kBucketCount = 52;
- static scoped_refptr<Histogram> histogram = LinearHistogram::FactoryGet(
+ static scoped_refptr<Histogram> histogram = LinearHistogram::FactoryTimeGet(
"DNS.QueueRecycledUnder2", TimeDelta(), kBoundary, kBucketCount,
Histogram::kUmaTargetedHistogramFlag);
histogram->AddTime(queue_duration_);

Powered by Google App Engine
This is Rietveld 408576698