diff options
Diffstat (limited to 'chrome/browser/performance_monitor/metric.h')
-rw-r--r-- | chrome/browser/performance_monitor/metric.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/performance_monitor/metric.h b/chrome/browser/performance_monitor/metric.h index 56d3e48..7d717b9 100644 --- a/chrome/browser/performance_monitor/metric.h +++ b/chrome/browser/performance_monitor/metric.h @@ -13,7 +13,8 @@ namespace performance_monitor { // IMPORTANT: This is used as an indication of the metric type within the // performance monitor database; do not change the order! If you add new // metric types to this list, place them above METRIC_NUMBER_OF_METRICS and add -// the appropriate constants to metric_details. +// the appropriate messages/functions in generated_resources.grd and in +// chrome/browser/ui/webui/performance_monitor/l10n_util. enum MetricType { METRIC_CPU_USAGE, METRIC_PRIVATE_MEMORY_USAGE, |