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

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

Issue 10944015: Enable DEP earlier on Vista and below (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
Index: sandbox/win/src/sandbox_policy_base.cc
===================================================================
--- sandbox/win/src/sandbox_policy_base.cc (revision 157852)
+++ sandbox/win/src/sandbox_policy_base.cc (working copy)
@@ -478,10 +478,8 @@
if (NULL != policy_)
policy_maker_->Done();
- if (!ApplyProcessMitigationsToSuspendedProcess(target->Process(),
- mitigations_)) {
+ if (!ApplyProcessMitigationsToSuspendedTarget(target, mitigations_))
return false;
- }
if (!SetupAllInterceptions(target))
return false;
« sandbox/win/src/process_mitigations.cc ('K') | « sandbox/win/src/process_mitigations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698