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/DEPS | |
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/DEPS')
-rw-r--r-- | chrome/app/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS index 5bdf2b6..ef4974d 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -4,5 +4,4 @@ include_rules = [ "+chrome/installer", "+sandbox", "+tools/memory_watcher", - "+webkit/glue/plugins", # For GetPluginList() on Linux. ] |