| Index: chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h (revision 157181)
|
| +++ chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h (working copy)
|
| @@ -23,7 +23,6 @@
|
| // |start| and data points are omitted if there are no points to resample.
|
| // Returns a pointer to a new MetricVector, or NULL if |metrics| is empty.
|
| scoped_ptr<Database::MetricVector> AggregateMetric(
|
| - MetricType type,
|
| const Database::MetricVector* metrics,
|
| const base::Time& start,
|
| const base::TimeDelta& resolution);
|
|
|