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

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

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.h
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
index 8dd54ded7d0d666380f0dbd7d8fd320cbb4466ec..c6d2d066e931f8ec2841c6a8cc42a0ef902184e5 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -152,9 +152,6 @@ class ASH_EXPORT SystemTrayDelegate {
// Activates an IME property.
virtual void ActivateIMEProperty(const std::string& key);
- // Shows UI to manage bluetooth devices.
- virtual void ManageBluetoothDevices();
-
// Toggles bluetooth.
virtual void ToggleBluetooth();

Powered by Google App Engine
This is Rietveld 408576698