Chromium Code Reviews| Index: base/metrics/histogram.h |
| =================================================================== |
| --- base/metrics/histogram.h (revision 69955) |
| +++ base/metrics/histogram.h (working copy) |
| @@ -643,7 +643,7 @@ |
| ~StatisticsRecorder(); |
| // Find out if histograms can now be registered into our list. |
| - static bool WasStarted(); |
| + static bool IsActive(); |
| // Register, or add a new histogram to the collection of statistics. |
| static void Register(Histogram* histogram); |