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

Unified Diff: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc

Issue 1645503004: [exp] ash: sysui for mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ash-in-mus
Patch Set: . 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698