summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 23:34:04 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 23:34:04 +0000
commit83f8b61d6498f23b6e74598bffa9866fda52ea3a (patch)
tree6359863ae2d40e953a8c4b7cf27e1664dd08a09b /chrome/browser/plugin_process_host.cc
parent0dea0a65b4cabd5910fb8747a0cb3935a27e6ec5 (diff)
downloadchromium_src-83f8b61d6498f23b6e74598bffa9866fda52ea3a.zip
chromium_src-83f8b61d6498f23b6e74598bffa9866fda52ea3a.tar.gz
chromium_src-83f8b61d6498f23b6e74598bffa9866fda52ea3a.tar.bz2
Reverting 9109.
Broke the build. Review URL: http://codereview.chromium.org/20029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r--chrome/browser/plugin_process_host.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index feab679..0e06e3e 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -14,7 +14,6 @@
#include "base/path_service.h"
#include "base/process_util.h"
#include "base/thread.h"
-#include "base/win_util.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chrome_plugin_browsing_context.h"
#include "chrome/browser/chrome_thread.h"
@@ -352,7 +351,6 @@ class CreateWindowTask : public Task {
MAKEINTATOM(window_class), 0,
WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS,
0, 0, 0, 0, parent_, 0, GetModuleHandle(NULL), 0);
- TRACK_HWND_CREATION(window);
PluginProcessHostMsg_CreateWindow::WriteReplyParams(
reply_msg_, window);
@@ -374,7 +372,6 @@ class DestroyWindowTask : public Task {
virtual void Run() {
DestroyWindow(window_);
- TRACK_HWND_DESTRUCTION(window_);
}
private: