| Index: base/metrics/statistics_recorder.h
|
| diff --git a/base/metrics/statistics_recorder.h b/base/metrics/statistics_recorder.h
|
| index 2fa03f9b2f14664653b5ff6ce62d4626f91eca5b..6c436c292e6987027276e0cdee49e60787ba1280 100644
|
| --- a/base/metrics/statistics_recorder.h
|
| +++ b/base/metrics/statistics_recorder.h
|
| @@ -195,6 +195,10 @@ class BASE_EXPORT StatisticsRecorder {
|
| FRIEND_TEST_ALL_PREFIXES(HistogramDeltaSerializationTest,
|
| DeserializeHistogramAndAddSamples);
|
|
|
| + // Imports histograms from global persistent memory. The global lock must
|
| + // not be held during this call.
|
| + static void ImportGlobalPersistentHistograms();
|
| +
|
| // The constructor just initializes static members. Usually client code should
|
| // use Initialize to do this. But in test code, you can friend this class and
|
| // call the constructor to get a clean StatisticsRecorder.
|
|
|