Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3124)

Unified Diff: sandbox/win/src/sandbox.cc

Issue 12221109: Remove sandbox win64 warning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sandbox.cc
===================================================================
--- sandbox/win/src/sandbox.cc (revision 181622)
+++ sandbox/win/src/sandbox.cc (working copy)
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698