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

Unified Diff: chrome/browser/metrics/metrics_service.h

Issue 27034: Initial support for Renderer Side Histograms... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_service.h
===================================================================
--- chrome/browser/metrics/metrics_service.h (revision 10329)
+++ chrome/browser/metrics/metrics_service.h (working copy)
@@ -342,9 +342,14 @@
// buffered plugin stability statistics.
void RecordCurrentState(PrefService* pref);
+ // Requests all renderers to send their histograms back for
+ // collecting stats from renderers.
+ void CollectRendererHistograms();
+
// Record complete list of histograms into the current log.
// Called when we close a log.
void RecordCurrentHistograms();
+
// Record a specific histogram .
void RecordHistogram(const Histogram& histogram);
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698