diff options
Diffstat (limited to 'content/app/content_main_runner.cc')
-rw-r--r-- | content/app/content_main_runner.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc index 55c6ac7..df069e8 100644 --- a/content/app/content_main_runner.cc +++ b/content/app/content_main_runner.cc @@ -10,7 +10,6 @@ #include "base/at_exit.h" #include "base/command_line.h" #include "base/debug/debugger.h" -#include "base/debug/stack_trace.h" #include "base/files/file_path.h" #include "base/i18n/icu_util.h" #include "base/lazy_instance.h" @@ -196,15 +195,6 @@ void CommonSubprocessInit(const std::string& process_type) { // surface UI -- but it's likely they get this wrong too so why not. setlocale(LC_NUMERIC, "C"); #endif - -#if !defined(OFFICIAL_BUILD) - // Print stack traces to stderr when crashes occur. This opens up security - // holes so it should never be enabled for official builds. - base::debug::EnableInProcessStackDumping(); -#if defined(OS_WIN) - LoadLibraryA("dbghelp.dll"); -#endif -#endif } class ContentClientInitializer { |