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

Unified Diff: ash/common/system/chromeos/bluetooth/tray_bluetooth.h

Issue 2769553002: cros: Clean up TrayBluetoothHelper todos (Closed)
Patch Set: test 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/chromeos/bluetooth/tray_bluetooth.h
diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.h b/ash/common/system/chromeos/bluetooth/tray_bluetooth.h
index 379671c02018233daecbeb283a873baa33667f4f..d6d73d880424e85d0a4392a6998b31683cac534c 100644
--- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.h
+++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.h
@@ -15,6 +15,11 @@ class BluetoothDefaultView;
class BluetoothDetailedView;
}
+// Bluetooth section in the main system tray menu. Contains:
+// * Toggle to turn Bluetooth on and off
+// * Gear icon that takes the user to the web ui settings
+// * List of paired devices
+// * List of unpaired devices
class TrayBluetooth : public SystemTrayItem, public BluetoothObserver {
public:
explicit TrayBluetooth(SystemTray* system_tray);

Powered by Google App Engine
This is Rietveld 408576698