Chromium Code Reviews| Index: base/metrics/histogram_base.h |
| diff --git a/base/metrics/histogram_base.h b/base/metrics/histogram_base.h |
| index 11b9a45b3831630f0841fb484988a111460d747b..566b4752f68ea0c35d2d85536ca5f2df22889250 100644 |
| --- a/base/metrics/histogram_base.h |
| +++ b/base/metrics/histogram_base.h |
| @@ -58,6 +58,9 @@ class BASE_EXPORT HistogramBase { |
| kNoFlags = 0, |
| kUmaTargetedHistogramFlag = 0x1, // Histogram should be UMA uploaded. |
|
Alexei Svitkine (slow)
2014/01/27 19:12:54
Nit: Can you move the comment above this line to b
Kibeom Kim (inactive)
2014/01/29 01:52:32
Done.
|
| + // Indicate that this is a stability histogram. |
|
Alexei Svitkine (slow)
2014/01/27 19:12:54
Nit: "Indicate" -> "Indicates". Can you fix the co
Kibeom Kim (inactive)
2014/01/29 01:52:32
Done.
|
| + kStabilityHistogramFlag = 0x2, |
| + |
| // Indicate that the histogram was pickled to be sent across an IPC Channel. |
| // If we observe this flag on a histogram being aggregated into after IPC, |
| // then we are running in a single process mode, and the aggregation should |