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

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

Issue 9432033: Add experiments info to crash dumps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/browser/metrics/field_trial_synchronizer.h
===================================================================
--- chrome/browser/metrics/field_trial_synchronizer.h (revision 125856)
+++ chrome/browser/metrics/field_trial_synchronizer.h (working copy)
@@ -37,6 +37,9 @@
virtual ~FieldTrialSynchronizer();
+ // Initialize the synchronizer, which sets up the child process logging.
+ void Init();
+
// Notify all renderer processes about the |group_name| that is finalized for
// the given field trail (|field_trial_name|). This is called on UI thread.
void NotifyAllRenderers(const std::string& field_trial_name,

Powered by Google App Engine
This is Rietveld 408576698