From ac77fbc08a0bedbadb29372a8fe1fe2fc4fbdbb6 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 4 Dec 2009 23:51:33 +0000 Subject: 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 --- chrome/app/breakpad_linux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/app/breakpad_linux.h') 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; }; -- cgit v1.1