From 5667f1bdc8d290f469f9c5eae7bb4ec7563f85ac Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Thu, 7 Apr 2011 19:34:45 +0000 Subject: Revert 80819 due to failed tests TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/6816024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80824 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/src/interception.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sandbox/src/interception.cc') diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc index b66fddd..577d079 100644 --- a/sandbox/src/interception.cc +++ b/sandbox/src/interception.cc @@ -438,8 +438,7 @@ bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks, #endif ServiceResolverThunk* thunk; - if (base::win::OSInfo::GetInstance()->wow64_status() == - base::win::OSInfo::WOW64_ENABLED) + if (base::win::GetWOW64Status() == base::win::WOW64_ENABLED) thunk = new Wow64ResolverThunk(child_->Process(), relaxed_); else if (!IsXPSP2OrLater()) thunk = new Win2kResolverThunk(child_->Process(), relaxed_); -- cgit v1.1