Set NIF_GUID if we have a GUID

This commit is contained in:
Paul Betts 2015-07-24 08:02:14 -07:00
parent 70feb08f84
commit 5e61974c24
2 changed files with 13 additions and 8 deletions

View file

@ -78,6 +78,7 @@ class NotifyIcon : public TrayIcon {
// A hash of the app model ID
GUID tray_app_id_hash_;
bool has_tray_app_id_hash_;
DISALLOW_COPY_AND_ASSIGN(NotifyIcon);
};