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

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

Issue 2381493005: Add bluetooth device type icons on MD system tray. (Closed)
Patch Set: Add depencency //ui/gfx/vector_icons:vector_icons to //ash:ash Created 4 years, 3 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
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c23c55e3cbe89741035a4fe75ee43b937ac4d52b..94dc3c9b9a2aac7e9ffcb1605bdc91af05625edb 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -20,6 +20,9 @@ NetworkIconInfo::~NetworkIconInfo() {}
BluetoothDeviceInfo::BluetoothDeviceInfo()
: connected(false), connecting(false), paired(false) {}
+BluetoothDeviceInfo::BluetoothDeviceInfo(const BluetoothDeviceInfo& other) =
+ default;
+
BluetoothDeviceInfo::~BluetoothDeviceInfo() {}
UpdateInfo::UpdateInfo()
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698