| Index: chrome/browser/browser_shutdown.cc
|
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
|
| index 7476f493bb6e430bd0e1e56a5b924585fd1a4908..d37a45a65b5d68f7a55c9c76fac8ce6c2481042a 100644
|
| --- a/chrome/browser/browser_shutdown.cc
|
| +++ b/chrome/browser/browser_shutdown.cc
|
| @@ -30,7 +30,6 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "chrome/common/chrome_paths.h"
|
| -#include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/switch_utils.h"
|
| @@ -121,11 +120,6 @@ void Shutdown() {
|
| // shutdown.
|
| base::ThreadRestrictions::SetIOAllowed(true);
|
|
|
| - // Unload plugins. This needs to happen on the IO thread.
|
| - BrowserThread::PostTask(
|
| - BrowserThread::IO, FROM_HERE,
|
| - NewRunnableFunction(&ChromePluginLib::UnloadAllPlugins));
|
| -
|
| // Shutdown all IPC channels to service processes.
|
| ServiceProcessControlManager::GetInstance()->Shutdown();
|
|
|
|
|