| Index: chrome/browser/performance_monitor/metric_details.h
|
| diff --git a/chrome/browser/performance_monitor/metric_details.h b/chrome/browser/performance_monitor/metric_details.h
|
| index fc8d55a2a58f0ece4832ce6a14dfdc8b734a9105..6efae2fa14a61947a66daa2cc9002e6763de2cdc 100644
|
| --- a/chrome/browser/performance_monitor/metric_details.h
|
| +++ b/chrome/browser/performance_monitor/metric_details.h
|
| @@ -9,6 +9,13 @@
|
|
|
| namespace performance_monitor {
|
|
|
| +enum MetricType {
|
| + METRIC_SAMPLE,
|
| + METRIC_NUMBER_OF_METRICS
|
| +};
|
| +
|
| +const char* MetricTypeToString(MetricType event_type);
|
| +
|
| struct MetricDetails {
|
| MetricDetails();
|
| MetricDetails(const std::string& metric_name,
|
|
|