| Index: chrome/browser/profiles/profile_dependency_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_dependency_manager.cc (revision 96410)
|
| +++ chrome/browser/profiles/profile_dependency_manager.cc (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include <iterator>
|
|
|
| #include "chrome/browser/background/background_contents_service_factory.h"
|
| +#include "chrome/browser/plugin_prefs.h"
|
| #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/browser/profiles/profile_keyed_service_factory.h"
|
| @@ -36,6 +37,7 @@
|
| if (!g_initialized) {
|
| BackgroundContentsServiceFactory::GetInstance();
|
| CloudPrintProxyServiceFactory::GetInstance();
|
| + PluginPrefs::Initialize();
|
| SessionServiceFactory::GetInstance();
|
| TabRestoreServiceFactory::GetInstance();
|
| TemplateURLServiceFactory::GetInstance();
|
|
|