summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_data_remover_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace DFATAL with ERROR in PluginDataRemover::OnError.ivankr@chromium.org2011-12-211-1/+1
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-2/+2
* Make sure PluginDataRemoverImpl::Init is executed after the constructor has f...bauerb@chromium.org2011-12-081-34/+33
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-2/+3
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-0/+1
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+1
* Fix race in PluginDataRemoverImpl going away while it's still being used on t...jam@chromium.org2011-11-211-107/+156
* Move the PluginDataRemover class to content, and remove the chrome pieces fro...jam@chromium.org2011-11-171-0/+190