| Index: chrome/browser/ui/webui/metrics_handler.h
|
| diff --git a/chrome/browser/ui/webui/metrics_handler.h b/chrome/browser/ui/webui/metrics_handler.h
|
| index b86dbf2392a5261c8ba718d9dbc10053103c66bf..2f6c693cd2b7f81a155e1eb17675252b73aae622 100644
|
| --- a/chrome/browser/ui/webui/metrics_handler.h
|
| +++ b/chrome/browser/ui/webui/metrics_handler.h
|
| @@ -33,6 +33,8 @@ class MetricsHandler : public WebUIMessageHandler {
|
| // user action.
|
| void HandleRecordAction(const base::ListValue* args);
|
|
|
| + // TODO(dbeam): http://crbug.com/104338
|
| +
|
| // Callback for the "metricsHandler:recordInHistogram" message. This records
|
| // into a histogram. |args| contains the histogram name, the value to record,
|
| // and the maximum allowed value, which can be at most 4000. The histogram
|
|
|