| Index: chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (revision 157181)
|
| +++ chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (working copy)
|
| @@ -325,8 +325,7 @@
|
| results,
|
| metric_type,
|
| db->GetMaxStatsForActivityAndMetric(metric_type),
|
| - AggregateMetric(metric_type,
|
| - metric_vector.get(),
|
| + AggregateMetric(metric_vector.get(),
|
| start,
|
| resolution).get());
|
| }
|
|
|