diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 14:27:06 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 14:27:06 +0000 |
commit | a715083136871508dba3d35909ab53c891b09842 (patch) | |
tree | a9acf1dda4a9e801972b3feae68792f1f3162726 /sandbox | |
parent | 7d6a44a9e7b012a314ed5aefb9e616edf78971cb (diff) | |
download | chromium_src-a715083136871508dba3d35909ab53c891b09842.zip chromium_src-a715083136871508dba3d35909ab53c891b09842.tar.gz chromium_src-a715083136871508dba3d35909ab53c891b09842.tar.bz2 |
Remove sandbox win64 warning
Tests all pass and are getting enabled on the bots this week.
BUG=168414
Review URL: https://codereview.chromium.org/12221109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181924 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/win/src/sandbox.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/win/src/sandbox.cc b/sandbox/win/src/sandbox.cc index eaa8963..9e4ab08 100644 --- a/sandbox/win/src/sandbox.cc +++ b/sandbox/win/src/sandbox.cc @@ -9,13 +9,6 @@ #include "sandbox/win/src/broker_services.h" #include "sandbox/win/src/target_services.h" -#if defined(_WIN64) && !defined(NACL_WIN64) -// We allow building this code for Win64 as part of NaCl to enable development -#pragma message("Sandbox code was not fully tested on 64-bit Windows.\ - crbug.com/168414 ") -#endif - - namespace sandbox { // The section for IPC and policy. SANDBOX_INTERCEPT HANDLE g_shared_section = NULL; |