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

Unified Diff: content/browser/zygote_host/zygote_communication_linux.cc

Issue 2851653002: Make sanitizer signal handlers work again. (Closed)
Patch Set: Created 3 years, 8 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/browser/zygote_host/zygote_communication_linux.cc
diff --git a/content/browser/zygote_host/zygote_communication_linux.cc b/content/browser/zygote_host/zygote_communication_linux.cc
index 03780e7f31b61f7101dd43ac5aec06d6d5d6471c..a222665d5f61de7ad3130c169615f14178f585e0 100644
--- a/content/browser/zygote_host/zygote_communication_linux.cc
+++ b/content/browser/zygote_host/zygote_communication_linux.cc
@@ -250,6 +250,7 @@ void ZygoteCommunication::Init() {
// Should this list be obtained from browser_render_process_host.cc?
static const char* const kForwardSwitches[] = {
switches::kAllowSandboxDebugging, switches::kAndroidFontsPath,
+ switches::kDisableInProcessStackTraces,
switches::kDisableSeccompFilterSandbox, switches::kEnableHeapProfiling,
switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
// Need to tell the zygote that it is headless so that we don't try to use

Powered by Google App Engine
This is Rietveld 408576698