| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 7bb57d0a2b7c4d911cba2961727409ff307b4769..06e4dcc0fc0b87ee9566807c8bff93569982ea1f 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();
|
|
|
|
|