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

Unified Diff: chrome/common/child_process_logging.h

Issue 10661057: [Mac] Add field trial tuples to breakpad crash reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/child_process_logging.h
===================================================================
--- chrome/common/child_process_logging.h (revision 144169)
+++ chrome/common/child_process_logging.h (working copy)
@@ -31,6 +31,9 @@
// dependency.
static const int kMaxReportedExperimentChunks = 15;
+// The maximum size of an experiment chunk.
+static const int kMaxExperimentChunkSize = 64;
Scott Hess - ex-Googler 2012/06/27 00:32:41 Is the plan to share the chunking with other platf
MAD 2012/06/28 13:03:38 Please add a comment explaining why we kept 64.
Alexei Svitkine (slow) 2012/06/28 15:01:32 Done.
+
// The maximum number of prn-info-* records.
static const size_t kMaxReportedPrinterRecords = 4;
« no previous file with comments | « no previous file | chrome/common/child_process_logging_mac.mm » ('j') | chrome/common/child_process_logging_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698