diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 22:17:25 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 22:17:25 +0000 |
commit | ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e (patch) | |
tree | 2028b70d318110ec2e44760859bc9bb16c4d3d09 /chrome/views | |
parent | a4bcf7d648a9dcbc75b989801f8126b080d55ba0 (diff) | |
download | chromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.zip chromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.tar.gz chromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.tar.bz2 |
Review URL: http://codereview.chromium.org/10958
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r-- | chrome/views/container_win.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/views/container_win.h b/chrome/views/container_win.h index 8a9d9a1..84309b9 100644 --- a/chrome/views/container_win.h +++ b/chrome/views/container_win.h @@ -9,7 +9,6 @@ #include <atlcrack.h> #include "base/message_loop.h" -#include "base/system_monitor.h" #include "chrome/views/focus_manager.h" #include "chrome/views/layout_manager.h" #include "chrome/views/container.h" @@ -417,9 +416,6 @@ class ContainerWin : public Container, virtual LRESULT OnNotify(int w_param, NMHDR* l_param); virtual void OnPaint(HDC dc); virtual LRESULT OnPowerBroadcast(DWORD power_event, DWORD data) { - base::SystemMonitor* monitor = base::SystemMonitor::Get(); - if (monitor) - monitor->ProcessWmPowerBroadcastMessage(power_event); SetMsgHandled(FALSE); return 0; } |