Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3750)

Unified Diff: base/metrics/statistics_recorder.h

Issue 2023253002: Merge subprocess metrics into global StatisticsRecorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved comment about when merges occur Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/metrics/sparse_histogram.cc ('k') | chrome/browser/metrics/subprocess_metrics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/statistics_recorder.h
diff --git a/base/metrics/statistics_recorder.h b/base/metrics/statistics_recorder.h
index 6c436c292e6987027276e0cdee49e60787ba1280..f40bb4e5495fcaa21fbdc59b9b22d65751ec9e29 100644
--- a/base/metrics/statistics_recorder.h
+++ b/base/metrics/statistics_recorder.h
@@ -26,6 +26,8 @@
#include "base/metrics/histogram_base.h"
#include "base/strings/string_piece.h"
+class SubprocessMetricsProviderTest;
+
namespace base {
class BucketRanges;
@@ -185,10 +187,12 @@ class BASE_EXPORT StatisticsRecorder {
typedef std::map<uint32_t, std::list<const BucketRanges*>*> RangesMap;
friend struct DefaultLazyInstanceTraits<StatisticsRecorder>;
+ friend class ::SubprocessMetricsProviderTest;
friend class HistogramBaseTest;
friend class HistogramSnapshotManagerTest;
friend class HistogramTest;
friend class JsonPrefStoreTest;
+ friend class PersistentHistogramAllocatorTest;
friend class SharedHistogramTest;
friend class SparseHistogramTest;
friend class StatisticsRecorderTest;
« no previous file with comments | « base/metrics/sparse_histogram.cc ('k') | chrome/browser/metrics/subprocess_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698