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

Unified Diff: content/common/sandbox_init_linux.cc

Issue 10836118: Clean up GPU process seccomp-bpf sandbox policies. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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: content/common/sandbox_init_linux.cc
diff --git a/content/common/sandbox_init_linux.cc b/content/common/sandbox_init_linux.cc
index bd2504b281a1ea5a508984d016d8cdb5e62d21f2..9fb7c15d87965905e602b1b2b796982ca0f019d3 100644
--- a/content/common/sandbox_init_linux.cc
+++ b/content/common/sandbox_init_linux.cc
@@ -21,7 +21,6 @@ void InitializeSandbox() {
CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
switches::kProcessType);
-
// No matter what, it's always an error to call InitializeSandbox() after
// threads have been created.
if (!linux_sandbox->IsSingleThreaded()) {
« no previous file with comments | « no previous file | content/common/sandbox_seccomp_bpf_linux.cc » ('j') | content/common/sandbox_seccomp_bpf_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698