diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 14:24:31 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 14:24:31 +0000 |
commit | 5732c7cfeac132bbade424df9ebd2f1c208c1bb5 (patch) | |
tree | 8a37ff99707b876180e2e17dbbbd75e3938b058e /ppapi/thunk | |
parent | 8eb307582d62ed4255fd74f0533e948cff2da2c8 (diff) | |
download | chromium_src-5732c7cfeac132bbade424df9ebd2f1c208c1bb5.zip chromium_src-5732c7cfeac132bbade424df9ebd2f1c208c1bb5.tar.gz chromium_src-5732c7cfeac132bbade424df9ebd2f1c208c1bb5.tar.bz2 |
Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)
- Remove the proxy callback tracker.
This doesn't properly delete callbacks when the corresponding resource goes
away. This can lead to leaks or crashes in the plugin when the callback is
triggered unexpectedly.
BUG=http://crbug.com/86279
Review URL: http://codereview.chromium.org/8226009
TBR=brettw@chromium.org
Review URL: http://codereview.chromium.org/8364040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk')
-rw-r--r-- | ppapi/thunk/ppb_instance_api.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h index 21187c4..4a41502 100644 --- a/ppapi/thunk/ppb_instance_api.h +++ b/ppapi/thunk/ppb_instance_api.h @@ -13,11 +13,6 @@ #include "ppapi/c/private/ppb_instance_private.h" #include "ppapi/shared_impl/api_id.h" -// Windows headers interfere with this file. -#ifdef PostMessage -#undef PostMessage -#endif - namespace ppapi { namespace thunk { |