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

Unified Diff: chrome/browser/metrics/metrics_service.h

Issue 6621052: Remove unused memory usage collection in MetricsService (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 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/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_service.h
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index 48e2cd146fa41e6d66478472b55fc6e920cd2b9a..59322886521eeb26cf005450c86ff1f115cdd635 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -230,10 +230,8 @@ class MetricsService : public NotificationObserver,
// Internal function to collect process memory information.
void LogTransmissionTimerDone();
- // Do not call OnMemoryDetailCollectionDone() or
- // OnHistogramSynchronizationDone() directly.
+ // Do not call OnHistogramSynchronizationDone() directly.
// Use StartLogTransmissionTimer() to schedule a call.
- void OnMemoryDetailCollectionDone();
void OnHistogramSynchronizationDone();
// Takes whatever log should be uploaded next (according to the state_)
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698