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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2754143006: cros: Convert SystemTrayDelegate::ManageBluetoothDevices to mojo for mash (Closed)
Patch Set: fix JS tests Created 3 years, 9 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/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index 3e250babe6a1c6a3e47ada775e721790f098582f..2d8c24634629b1823e0a8ddff3faa3cf97c73ba2 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -94,8 +94,6 @@ void SystemTrayDelegate::SwitchIME(const std::string& ime_id) {}
void SystemTrayDelegate::ActivateIMEProperty(const std::string& key) {}
-void SystemTrayDelegate::ManageBluetoothDevices() {}
-
void SystemTrayDelegate::ToggleBluetooth() {}
bool SystemTrayDelegate::IsBluetoothDiscovering() const {

Powered by Google App Engine
This is Rietveld 408576698