Index: chrome/browser/metrics/metrics_log.h |
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h |
index 0e7c8f9a036f136546325388713ce059a3d6100f..786baf7dad14e49554e5cb984c7763fbd74ebe8a 100644 |
--- a/chrome/browser/metrics/metrics_log.h |
+++ b/chrome/browser/metrics/metrics_log.h |
@@ -72,12 +72,6 @@ class MetricsLog : public metrics::MetricsLogBase { |
// if there was no saved environment in prefs or it could not be decoded. |
bool LoadSavedEnvironmentFromPrefs(); |
- // Records the passed profiled data, which should be a snapshot of the |
- // browser's profiled performance during startup for a single process. |
- void RecordProfilerData( |
- const tracked_objects::ProcessDataSnapshot& process_data, |
- int process_type); |
- |
// Writes application stability metrics, including stability metrics provided |
// by the specified set of |metrics_providers|. The system profile portion of |
// the log must have already been filled in by a call to RecordEnvironment() |