summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 04:14:21 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 04:14:21 +0000
commitde016ebcdfde1345a9463af1e50b7645f6909ffc (patch)
treea67d7517d4f65550465a5bc9a0e1c358ae2ab1c6 /chrome/browser/plugin_process_host.cc
parent4646f29cf92e2b3cd70158067d11431ae9351bcf (diff)
downloadchromium_src-de016ebcdfde1345a9463af1e50b7645f6909ffc.zip
chromium_src-de016ebcdfde1345a9463af1e50b7645f6909ffc.tar.gz
chromium_src-de016ebcdfde1345a9463af1e50b7645f6909ffc.tar.bz2
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was created for has long been closed. This code causes crashes when the browser is closed with the task manager open (in debug builds at the very least).
Review URL: http://codereview.chromium.org/115553 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r--chrome/browser/plugin_process_host.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index fc2f383..cd5af7b 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -45,7 +45,6 @@
#if defined(OS_WIN)
#include "app/win_util.h"
-#include "base/win_util.h"
#include "chrome/browser/sandbox_policy.h"
#include "sandbox/src/sandbox.h"
#endif