summaryrefslogtreecommitdiffstats
path: root/base/window_impl.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 22:50:20 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-18 22:50:20 +0000
commitf1aadb738b716d2e32392023b9eb7b75eac59f07 (patch)
treec6ceb922e8cc99fe4195a2adbd8f938f03c8f72e /base/window_impl.h
parent0182232cfb9425caab261ddd470e2fe3c6f94193 (diff)
downloadchromium_src-f1aadb738b716d2e32392023b9eb7b75eac59f07.zip
chromium_src-f1aadb738b716d2e32392023b9eb7b75eac59f07.tar.gz
chromium_src-f1aadb738b716d2e32392023b9eb7b75eac59f07.tar.bz2
Reverting 23645.
Crashing the reliability bot. Review URL: http://codereview.chromium.org/174029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/window_impl.h')
-rw-r--r--base/window_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/window_impl.h b/base/window_impl.h
index ff8dd15..2941c3d9 100644
--- a/base/window_impl.h
+++ b/base/window_impl.h
@@ -50,9 +50,6 @@ class WindowImpl : public MessageMapInterface {
// 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_; }