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

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

Issue 282133007: Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the renderer sandbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments Created 6 years, 7 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/win/src/process_mitigations.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/process_mitigations_test.cc
diff --git a/sandbox/win/src/process_mitigations_test.cc b/sandbox/win/src/process_mitigations_test.cc
index e6f3fc2dfc5a0741d9791f2a012a6a2bedfbbcdc..19e55bac2b91715d0c536ab37bc9dce685e7aebf 100644
--- a/sandbox/win/src/process_mitigations_test.cc
+++ b/sandbox/win/src/process_mitigations_test.cc
@@ -129,8 +129,7 @@ TEST(ProcessMitigationsTest, CheckWin8) {
EXPECT_EQ(policy->SetProcessMitigations(mitigations), SBOX_ALL_OK);
- mitigations |= MITIGATION_STRICT_HANDLE_CHECKS |
- MITIGATION_WIN32K_DISABLE;
+ mitigations |= MITIGATION_STRICT_HANDLE_CHECKS;
EXPECT_EQ(policy->SetDelayedProcessMitigations(mitigations), SBOX_ALL_OK);
« no previous file with comments | « sandbox/win/src/process_mitigations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698