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

Unified Diff: chrome/common/metrics/metrics_service_base.h

Issue 137623002: Let MetricsService know about some Android Activities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line warp fix Created 6 years, 11 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
Index: chrome/common/metrics/metrics_service_base.h
diff --git a/chrome/common/metrics/metrics_service_base.h b/chrome/common/metrics/metrics_service_base.h
index 24e73e769cc6a3bd393467a37cc2c0e87d319438..2042fa37dcf489dc5ad453b19d3130cfcb6714ba 100644
--- a/chrome/common/metrics/metrics_service_base.h
+++ b/chrome/common/metrics/metrics_service_base.h
@@ -43,6 +43,10 @@ class MetricsServiceBase : public base::HistogramFlattener {
// Called when we close a log.
void RecordCurrentHistograms();
+ // Record complete list of stability histograms into the current log,
+ // i.e., histograms with |kUmaStabilityHistogramFlag| flag,
Ilya Sherman 2014/02/08 00:59:49 nit: "histograms with |kUmaStabilityHistogramFlag|
Kibeom Kim (inactive) 2014/02/10 22:24:45 Done.
+ void RecordCurrentStabilityHistograms();
+
// Manager for the various in-flight logs.
MetricsLogManager log_manager_;

Powered by Google App Engine
This is Rietveld 408576698