Added code to verify whether TerminateProcess is hooked before calling it.

This is to diagnose the bug referenced below. I think it is possible that a third party DLL is hooking TerminateProcess with a replacement that uses the wrong calling convention or has the wrong number of arguments, which causes Process::Terminate to return to the wrong address, causing a crash.

I put it in ThreadFunc because this is visible on the stack when the crash happens and because it is a windows specific .cc file.

BUG=81449

Review URL: http://codereview.chromium.org/7606016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96266 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed