| Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| index 883275f3956d84532b396f2b95264dad203392b1..ab4f388a27a99f550edcbd986fef28781739cde5 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -58,6 +58,7 @@
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| #include "chrome/browser/thumbnails/thumbnail_service_factory.h"
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
|
| +#include "chrome/browser/ui/bluetooth/bluetooth_permission_context_factory.h"
|
| #include "chrome/browser/ui/find_bar/find_bar_state_factory.h"
|
| #include "chrome/browser/ui/prefs/prefs_tab_helper.h"
|
| #include "chrome/browser/ui/tabs/pinned_tab_service_factory.h"
|
| @@ -187,6 +188,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| #if defined(ENABLE_BACKGROUND)
|
| BackgroundContentsServiceFactory::GetInstance();
|
| #endif
|
| + BluetoothPermissionContextFactory::GetInstance();
|
| BookmarkModelFactory::GetInstance();
|
| BookmarkUndoServiceFactory::GetInstance();
|
| BrowsingDataRemoverFactory::GetInstance();
|
|
|