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

Unified Diff: components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h

Issue 1133303005: Non-SFI mode: Open primary IPC::Channel before seccomp-sandbox enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h
diff --git a/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h b/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h
index 8c91d4367e9ecbe75ccf4ff280e832754bb11507..f90d89b2bbcde95a90a44c124f51e72583756f52 100644
--- a/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h
+++ b/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.h
@@ -68,7 +68,7 @@ class NaClSandbox {
bool layer_two_enabled() { return layer_two_enabled_; }
private:
- void CheckForExpectedNumberOfOpenFds();
+ void CheckForExpectedNumberOfOpenFds(bool uses_nonsfi_mode);
bool layer_one_enabled_;
bool layer_one_sealed_;

Powered by Google App Engine
This is Rietveld 408576698