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

Unified Diff: base/metrics/histogram_persistence.h

Issue 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: test needs to clear out statistics-recorder before releasing histogram memory Created 4 years, 10 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 | « no previous file | base/metrics/histogram_persistence.cc » ('j') | base/metrics/histogram_persistence.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/histogram_persistence.h
diff --git a/base/metrics/histogram_persistence.h b/base/metrics/histogram_persistence.h
index 1683713013305aa3ff64da438de11ed704ff88ef..63977c0ff9d07d4339bdba36b4a879514fc83e5d 100644
--- a/base/metrics/histogram_persistence.h
+++ b/base/metrics/histogram_persistence.h
@@ -35,7 +35,7 @@ BASE_EXPORT PersistentMemoryAllocator* GetPersistentHistogramMemoryAllocator();
// within persistent memory segments which can then be extracted and used
// in other ways.
BASE_EXPORT PersistentMemoryAllocator*
-ReleasePersistentHistogramMemoryAllocator();
+ReleasePersistentHistogramMemoryAllocatorForTesting();
// Recreate a Histogram from data held in persistent memory. Though this
// object will be local to the current process, the sample data will be
« no previous file with comments | « no previous file | base/metrics/histogram_persistence.cc » ('j') | base/metrics/histogram_persistence.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698