22 lines
689 B
Diff
22 lines
689 B
Diff
From 643954ec09f12c4d97767cbfcfb24e92fbcd5230 Mon Sep 17 00:00:00 2001
|
|
From: Aleksei Kuzmin <alkuzmin@microsoft.com>
|
|
Date: Thu, 20 Sep 2018 17:46:10 -0700
|
|
Subject: no_stack_dumping.patch
|
|
|
|
|
|
diff --git a/content/app/content_main_runner_impl.cc b/content/app/content_main_runner_impl.cc
|
|
index 8d789ef1b9f7..034fdcad958c 100644
|
|
--- a/content/app/content_main_runner_impl.cc
|
|
+++ b/content/app/content_main_runner_impl.cc
|
|
@@ -835,7 +835,7 @@ int ContentMainRunnerImpl::Initialize(const ContentMainParams& params) {
|
|
return nullptr;
|
|
}));
|
|
|
|
-#if !defined(OFFICIAL_BUILD)
|
|
+#if 0
|
|
#if defined(OS_WIN)
|
|
bool should_enable_stack_dump = !process_type.empty();
|
|
#else
|
|
--
|
|
2.17.0
|
|
|