diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 17:28:49 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 17:28:49 +0000 |
commit | b6a2f8def0586446aaa61db000bae3467dbc2971 (patch) | |
tree | f5a11eccb071c6bb68fb5f320c4118a3a82497b5 /chrome/browser/browser_shutdown.cc | |
parent | 72e7bc1812402284c7504d5d2e741973d30c6d87 (diff) | |
download | chromium_src-b6a2f8def0586446aaa61db000bae3467dbc2971.zip chromium_src-b6a2f8def0586446aaa61db000bae3467dbc2971.tar.gz chromium_src-b6a2f8def0586446aaa61db000bae3467dbc2971.tar.bz2 |
Remove a bunch of easy entries from chrome\browser\DEPS.
-hide PluginProcessHost from chrome by having extensions code just tell PluginService which plugin to kill
-hide RenderProcessHostImpl from a test by using the interface instead
-use TestBrowserThread in the SyncListenNotifications tool instead of BrowserThreadImp
-remove some unnecessary mocks from chrome\browser\DEPS
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9159059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_shutdown.cc')
-rw-r--r-- | chrome/browser/browser_shutdown.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc index 995ded5..0626aae 100644 --- a/chrome/browser/browser_shutdown.cc +++ b/chrome/browser/browser_shutdown.cc @@ -34,7 +34,6 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" #include "chrome/common/switch_utils.h" -#include "content/browser/plugin_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/render_widget_host.h" #include "content/public/browser/browser_thread.h" |