| Index: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
|
| diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
|
| index eb12ea7f129cd6b47fa28170dc0f9d4d2efe24e1..16b0d7cd9b7d358bbaaa390e326949ac0f065c61 100644
|
| --- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
|
| +++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
|
| @@ -131,9 +131,11 @@ namespace ash {
|
|
|
| BluetoothNotificationController::BluetoothNotificationController()
|
| : weak_ptr_factory_(this) {
|
| +#if 0
|
| BluetoothAdapterFactory::GetAdapter(
|
| base::Bind(&BluetoothNotificationController::OnGetAdapter,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| +#endif
|
| }
|
|
|
| BluetoothNotificationController::~BluetoothNotificationController() {
|
|
|