Chromium Code Reviews| Index: content/public/browser/user_metrics.h |
| diff --git a/content/public/browser/user_metrics.h b/content/public/browser/user_metrics.h |
| index 118d8a93ae3a81cb8d5cc2924cd8ff2553e0c20a..27dd05ac5a5d9cbbf5ff45d174a0819cade85704 100644 |
| --- a/content/public/browser/user_metrics.h |
| +++ b/content/public/browser/user_metrics.h |
| @@ -13,6 +13,8 @@ |
| namespace content { |
| +// TODO(beaudoin): Get rid of these methods now that the base:: version does |
| +// thread hopping. |
|
Ilya Sherman
2016/04/07 18:21:54
Could you please also file a bug and add a referen
beaudoin
2016/04/07 21:12:58
Done.
|
| // Wrappers around functions defined in base/metrics/user_metrics.h, refer to |
| // that header for full documentation. These wrappers can be called from any |
| // thread (they will post back to the UI thread to do the recording). |