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

Unified Diff: sandbox/src/policy_target_test.cc

Issue 1168002: Fix the POC and some of unit tests to be build and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « sandbox/sandbox_poc/sandbox.cc ('k') | sandbox/src/registry_policy_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/policy_target_test.cc
===================================================================
--- sandbox/src/policy_target_test.cc (revision 42238)
+++ sandbox/src/policy_target_test.cc (working copy)
@@ -209,8 +209,6 @@
"Opens a process";
}
-#if !defined(_WIN64)
-
// Launches the app in the sandbox and ask it to wait in an
// infinite loop. Waits for 2 seconds and then check if the
// desktop associated with the app thread is not the same as the
@@ -338,6 +336,5 @@
temp_policy->DestroyAlternateDesktop();
temp_policy->Release();
}
-#endif // _WIN64
} // namespace sandbox
« no previous file with comments | « sandbox/sandbox_poc/sandbox.cc ('k') | sandbox/src/registry_policy_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698