| Index: chrome/browser/browser_shutdown.cc
|
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
|
| index 7c14c52de10d56d1bfcb90bf358f4c8e4778a9bf..e3ee1e1af82fcb62280cbf7b8972c0b105352402 100644
|
| --- a/chrome/browser/browser_shutdown.cc
|
| +++ b/chrome/browser/browser_shutdown.cc
|
| @@ -35,7 +35,6 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/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();
|
|
|
|
|