Chromium Code Reviews| 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 eb99683ab4b4713264980bb505f39abcf2b8b2ee..2a023ff14b9a2ab8983bf3ec5f6010c5c37c592f 100644 |
| --- a/ash/common/system/tray/system_tray_delegate.h |
| +++ b/ash/common/system/tray/system_tray_delegate.h |
| @@ -36,6 +36,7 @@ class SystemTrayItem; |
| using IMEInfoList = std::vector<IMEInfo>; |
| using IMEPropertyInfoList = std::vector<IMEPropertyInfo>; |
| +// TODO(jamescook): Move to TrayBluetoothHelper. |
|
msw
2017/03/17 00:11:05
nit: cite a bug?
James Cook
2017/03/17 04:02:57
Done.
|
| struct ASH_EXPORT BluetoothDeviceInfo { |
| BluetoothDeviceInfo(); |
| BluetoothDeviceInfo(const BluetoothDeviceInfo& other); |