| Index: chrome/browser/ui/webui/performance_monitor/web_ui_handler.h
|
| diff --git a/chrome/browser/ui/webui/performance_monitor/web_ui_handler.h b/chrome/browser/ui/webui/performance_monitor/web_ui_handler.h
|
| index 7a9dc78f0e88f3bb9bc039ad9050796952238ca3..3fe5721cdb9cbc34c97671a99b264b530d86f387 100644
|
| --- a/chrome/browser/ui/webui/performance_monitor/web_ui_handler.h
|
| +++ b/chrome/browser/ui/webui/performance_monitor/web_ui_handler.h
|
| @@ -44,6 +44,12 @@ class WebUIHandler : public content::WebUIMessageHandler,
|
| // Callback for the "getEvents" message.
|
| void HandleGetEvents(const base::ListValue* args);
|
|
|
| + // Callback for the "getAllMetricTypes" message.
|
| + void HandleGetAllMetricTypes(const base::ListValue* args);
|
| +
|
| + // Callback for the "getMetric" message.
|
| + void HandleGetMetric(const base::ListValue* args);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WebUIHandler);
|
| };
|
|
|
|
|