summaryrefslogtreecommitdiffstats
path: root/sandbox/src/Wow64_64.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 01:17:37 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 01:17:37 +0000
commit1e67c2be4d77333ab9f303c8d9fa5eb58ebc6c90 (patch)
tree80434934d6420f40ea3372dc1c148123c55f6a32 /sandbox/src/Wow64_64.cc
parentcf50836f5fff555ab9b8d2e961029a31514ea239 (diff)
downloadchromium_src-1e67c2be4d77333ab9f303c8d9fa5eb58ebc6c90.zip
chromium_src-1e67c2be4d77333ab9f303c8d9fa5eb58ebc6c90.tar.gz
chromium_src-1e67c2be4d77333ab9f303c8d9fa5eb58ebc6c90.tar.bz2
Create a "GetWOW64Status()" utility function and make the rest of the codebase call it.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6610029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/Wow64_64.cc')
-rw-r--r--sandbox/src/Wow64_64.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/sandbox/src/Wow64_64.cc b/sandbox/src/Wow64_64.cc
index e188d68..5218077 100644
--- a/sandbox/src/Wow64_64.cc
+++ b/sandbox/src/Wow64_64.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,11 +11,7 @@ namespace sandbox {
Wow64::~Wow64() {
}
-bool Wow64::IsWow64() {
- return false;
-}
-
-bool Wow64::WaitForNtdll(DWORD timeout_ms) {
+bool Wow64::WaitForNtdll() {
return true;
}