Chromium Code Reviews| Index: base/window_impl.h |
| =================================================================== |
| --- base/window_impl.h (revision 23577) |
| +++ base/window_impl.h (working copy) |
| @@ -50,6 +50,9 @@ |
| // Retrieves the default window icon to use for windows if none is specified. |
| virtual HICON GetDefaultWindowIcon() const; |
| + // Override this to be notified of the last message. |
| + virtual void OnFinalMessage(HWND window) {} |
| + |
| // Returns the HWND associated with this Window. |
| HWND hwnd() const { return hwnd_; } |