| 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 3d11b83a83be470336d657e812fc4040366708a2..a415d1cae105115279930e1d40e7902e64644c35 100644
|
| --- a/chrome/browser/performance_monitor/metric_details.h
|
| +++ b/chrome/browser/performance_monitor/metric_details.h
|
| @@ -10,6 +10,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,
|
|
|