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

Unified Diff: ui/views/views_delegate.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/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index b3dd4bbbac964387dcae01f32cf009320a95f10a..fea426f0259590101ad5cf9f529c6cc3f3fe272f 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -95,6 +95,8 @@ class VIEWS_EXPORT ViewsDelegate {
#if defined(OS_WIN)
// Retrieves the default window icon to use for windows if none is specified.
virtual HICON GetDefaultWindowIcon() const;
+ // Retrieves the small window icon to use for windows if none is specified.
+ virtual HICON GetSmallWindowIcon() const = 0;
// Returns true if the window passed in is in the Windows 8 metro
// environment.
virtual bool IsWindowInMetro(gfx::NativeWindow window) const;

Powered by Google App Engine
This is Rietveld 408576698