Index: chrome/browser/browser_process_impl.cc |
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc |
index 36ab753b74bca1e693126b91e6f2b0e80f6ede5a..baf12d06e42766d73f9db900a15f3543023229b5 100644 |
--- a/chrome/browser/browser_process_impl.cc |
+++ b/chrome/browser/browser_process_impl.cc |
@@ -787,6 +787,7 @@ void BrowserProcessImpl::CreateIOThread() { |
// on the main thread. The service ctor is inexpensive and does not |
// invoke the io_thread() accessor. |
PluginService* plugin_service = PluginService::GetInstance(); |
+ plugin_service->Init(); |
plugin_service->set_filter(ChromePluginServiceFilter::GetInstance()); |
plugin_service->StartWatchingPlugins(); |