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

Unified Diff: chrome/common/child_process_logging.h

Issue 10890015: [Linux] Add field trial tuples to breakpad crash reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 153734)
+++ chrome/common/child_process_logging.h (working copy)
@@ -62,8 +62,10 @@
extern char g_num_extensions[];
extern char g_num_switches[];
extern char g_num_views[];
+extern char g_num_variations[];
extern char g_printer_info[];
extern char g_switches[];
+extern char g_variation_chunks[];
// Assume IDs are 32 bytes long.
static const size_t kExtensionLen = 32;

Powered by Google App Engine
This is Rietveld 408576698