diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 02:15:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 02:15:56 +0000 |
commit | 5fe064754487a860eb6d88813ab5d85408f9098a (patch) | |
tree | ef902ef26fcaf76c35a9a7aaf2e1e5066b14436f /chrome/app/breakpad_linux.h | |
parent | 71a418ccaceeea49dc8049b01a17a501e8070157 (diff) | |
download | chromium_src-5fe064754487a860eb6d88813ab5d85408f9098a.zip chromium_src-5fe064754487a860eb6d88813ab5d85408f9098a.tar.gz chromium_src-5fe064754487a860eb6d88813ab5d85408f9098a.tar.bz2 |
Linux: Revert r33888. We no longer need to collect the list of loaded plugins since we do not unload them now, thus they already show up in the module list.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/551122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r-- | chrome/app/breakpad_linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h index 1d89d62..7cf73e70 100644 --- a/chrome/app/breakpad_linux.h +++ b/chrome/app/breakpad_linux.h @@ -24,8 +24,6 @@ struct BreakpadInfo { unsigned guid_length; const char* distro; unsigned distro_length; - const char* plugin_list; - unsigned plugin_list_length; bool upload; }; |