Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 1560263002: Store Bluetooth permissions in website settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: store Bluetooth permissions in website settings Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ab7e8b906b34db5d3841eeedee079dcb0f90507e..eeeb3eb354668d44fce56f94dec6a1415a113a32 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -128,6 +128,7 @@
#if defined(OS_ANDROID)
#include "chrome/browser/android/data_usage/data_use_ui_tab_model_factory.h"
#else
+#include "chrome/browser/ui/bluetooth/bluetooth_chooser_context_factory.h"
#include "chrome/browser/ui/global_error/global_error_service_factory.h"
#include "chrome/browser/usb/usb_chooser_context_factory.h"
#endif
@@ -338,6 +339,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
TriggeredProfileResetterFactory::GetInstance();
#endif
#if !defined(OS_ANDROID)
+ BluetoothChooserContextFactory::GetInstance();
Reilly Grant (use Gerrit) 2016/01/05 23:08:51 Bluetooth is implemented on Android so it should b
juncai 2016/01/05 23:56:15 Done.
UsbChooserContextFactory::GetInstance();
#endif
WebDataServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698