| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index f4a72ddade473768971c23eae59d263af5a4083d..1f8cf5c0b66d561bd2108dde59a9c724cdf2d75d 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -784,6 +784,7 @@ void BrowserProcessImpl::PreCreateThreads() {
|
| }
|
|
|
| void BrowserProcessImpl::PreMainMessageLoopRun() {
|
| +#if defined(ENABLE_PLUGINS)
|
| PluginService* plugin_service = PluginService::GetInstance();
|
| plugin_service->SetFilter(ChromePluginServiceFilter::GetInstance());
|
| plugin_service->StartWatchingPlugins();
|
| @@ -816,6 +817,8 @@ void BrowserProcessImpl::PreMainMessageLoopRun() {
|
| }
|
| #endif
|
|
|
| +#endif // defined(ENABLE_PLUGINS)
|
| +
|
| if (local_state_->IsManagedPreference(prefs::kDefaultBrowserSettingEnabled))
|
| ApplyDefaultBrowserPolicy();
|
|
|
|
|