Make SandboxInterfaceInfo somewhat backwards compatible
commit42a53a7982ca052c19c35562efc36e8b081f414b
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 25 Feb 2011 22:38:08 +0000 (25 22:38 +0000)
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 25 Feb 2011 22:38:08 +0000 (25 22:38 +0000)
tree7a364c0993aa9c7ce9229279f9f54082e659ef8a
parent7f28a8df1e44c9991a3c012b0b7874c068e0e6e7
Make SandboxInterfaceInfo somewhat backwards compatible

Hack to allow a mismached chrome exe and dll (different versions) to not crash.

The older chrome exe will pass a union, the new chrome dll expects a struct.

BUG=74046
TEST=see bug

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76108 0039d316-1c4b-4281-b951-d872f2087c98
chrome/common/sandbox_init_wrapper_win.cc
sandbox/src/sandbox_types.h