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

Unified Diff: ui/base/win/window_impl.h

Issue 10059001: Merge 131673 - Make WindowImpl take into account the icon in the class registrar. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 years, 8 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 | « no previous file | ui/base/win/window_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/window_impl.h
===================================================================
--- ui/base/win/window_impl.h (revision 131755)
+++ ui/base/win/window_impl.h (working copy)
@@ -49,7 +49,7 @@
// Initializes the Window with a parent and an initial desired size.
void Init(HWND parent, const gfx::Rect& bounds);
- // Retrieves the default window icon to use for windows if none is specified.
+ // Returns the default window icon to use for windows of this type.
virtual HICON GetDefaultWindowIcon() const;
// Returns the HWND associated with this Window.
« no previous file with comments | « no previous file | ui/base/win/window_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698