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

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

Issue 9432033: Add experiments info to crash dumps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Last Few Nits 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
« no previous file with comments | « chrome/common/child_process_logging_win.cc ('k') | chrome/common/metrics/experiments_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/experiments_helper.h
===================================================================
--- chrome/common/metrics/experiments_helper.h (revision 0)
+++ chrome/common/metrics/experiments_helper.h (revision 0)
@@ -0,0 +1,17 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_METRICS_EXPERIMENTS_HELPER_H_
+#define CHROME_COMMON_METRICS_EXPERIMENTS_HELPER_H_
+#pragma once
+
+namespace ExperimentsHelper {
+
+// Get the current set of chosen FieldTrial groups (aka experiments) and send
+// them to the child process logging module so it can save it for crash dumps.
+void SetChildProcessLoggingExperimentList();
+
+} // namespace ExperimentsHelper
+
+#endif // CHROME_COMMON_METRICS_EXPERIMENTS_HELPER_H_
Property changes on: chrome\common\metrics\experiments_helper.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/common/child_process_logging_win.cc ('k') | chrome/common/metrics/experiments_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698