summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 23:51:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 23:51:33 +0000
commitac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6 (patch)
treebf658fd019d8e1bd7d85fcf266df298d730fca7e /chrome/app/breakpad_linux.h
parent6b050c31bd9ac75c9b31f7a70e07018af739a5ce (diff)
downloadchromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.zip
chromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.tar.gz
chromium_src-ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6.tar.bz2
Linux: Record the list of plugins loaded in browser process crash reports.
BUG=none TEST=none Review URL: http://codereview.chromium.org/459015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r--chrome/app/breakpad_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h
index fef9079..4e52257 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_linux.h
@@ -23,6 +23,8 @@ struct BreakpadInfo {
unsigned guid_length;
const char* distro;
unsigned distro_length;
+ const char* plugin_list;
+ unsigned plugin_list_length;
bool upload;
};