| Index: chrome/browser/performance_monitor/constants.h
|
| diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h
|
| index 6af4e55e0e6fa87b0b531742c020eb989a207d1e..c8382eb02da72336c4335957a3d41648f3592e8a 100644
|
| --- a/chrome/browser/performance_monitor/constants.h
|
| +++ b/chrome/browser/performance_monitor/constants.h
|
| @@ -14,8 +14,9 @@ extern const char kMetricNotFoundError[];
|
| // its activity.
|
| extern const char kProcessChromeAggregate[];
|
|
|
| -// When you add a metric type, make sure to edit CPMDatabase::InitMetricDetails
|
| -// TODO(mtytel): When you make real metrics, delete the sample metric.
|
| +// When you add a metric type, make sure to edit Database::InitMetricDetails
|
| +// and add an entry to the MericType enum.
|
| +// TODO(mwrosen): When you make real metrics, delete the sample metric.
|
| extern const char kSampleMetricDescription[];
|
| extern const char kSampleMetricName[];
|
| extern const char kStateChromeVersion[];
|
|
|