summaryrefslogtreecommitdiff
path: root/chromium/base/metrics/persistent_histogram_storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/metrics/persistent_histogram_storage.cc')
-rw-r--r--chromium/base/metrics/persistent_histogram_storage.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/base/metrics/persistent_histogram_storage.cc b/chromium/base/metrics/persistent_histogram_storage.cc
index e2a56d7df6c..0676e47ba18 100644
--- a/chromium/base/metrics/persistent_histogram_storage.cc
+++ b/chromium/base/metrics/persistent_histogram_storage.cc
@@ -39,8 +39,6 @@ PersistentHistogramStorage::~PersistentHistogramStorage() {
PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get();
allocator->UpdateTrackingHistograms();
- // TODO(chengx): Investigate making early return depend on whethere there are
- // metrics to report at this point or not.
if (disabled_)
return;