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

Unified Diff: sandbox/src/sandbox.cc

Issue 378030: 64-bit compatibility changes for the sandbox code (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « sandbox/src/interception.cc ('k') | sandbox/src/sandbox_nt_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/sandbox.cc
===================================================================
--- sandbox/src/sandbox.cc (revision 31504)
+++ sandbox/src/sandbox.cc (working copy)
@@ -9,6 +9,13 @@
#include "sandbox/src/broker_services.h"
#include "sandbox/src/target_services.h"
+#ifdef _WIN64
+#error Sandbox code was not tested on 64-bit Windows. See \
+ http://code.google.com/p/chromium/issues/detail?id=27218 for details \
+ and progress log.
+#endif
+
+
namespace sandbox {
// The section for IPC and policy.
SANDBOX_INTERCEPT HANDLE g_shared_section = NULL;
« no previous file with comments | « sandbox/src/interception.cc ('k') | sandbox/src/sandbox_nt_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698