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

Unified Diff: ui/views/win/hwnd_message_handler.h

Issue 772533002: Fix icon on Windows XP taskbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch Set 4 + fix for regression 438980 Created 6 years 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: ui/views/win/hwnd_message_handler.h
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 86d3d526cda53e108c1b2c418f042da28732cbb8..5270a5d0c1eecd36923b6a9340a9f2ec7f2bcf06 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -216,6 +216,7 @@ class VIEWS_EXPORT HWNDMessageHandler :
// Overridden from WindowImpl:
virtual HICON GetDefaultWindowIcon() const override;
+ virtual HICON GetSmallWindowIcon() const override;
virtual LRESULT OnWndProc(UINT message,
WPARAM w_param,
LPARAM l_param) override;

Powered by Google App Engine
This is Rietveld 408576698