win: Remove NotifyIconHostStateChanger
We don't need the ability it provided, and it is causing crashes on some machines. Fixes #850.
This commit is contained in:
parent
ff26c3c16f
commit
89de5b6e9a
6 changed files with 0 additions and 461 deletions
|
@ -100,8 +100,6 @@ void NotifyIcon::SetImage(const gfx::ImageSkia& image) {
|
|||
BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
|
||||
if (!result)
|
||||
LOG(WARNING) << "Error setting status tray icon image";
|
||||
else
|
||||
host_->UpdateIconVisibilityInBackground(this);
|
||||
}
|
||||
|
||||
void NotifyIcon::SetPressedImage(const gfx::ImageSkia& image) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue