| Index: services/service_manager/public/cpp/standalone_service/standalone_service.cc
|
| diff --git a/services/service_manager/public/cpp/standalone_service/standalone_service.cc b/services/service_manager/public/cpp/standalone_service/standalone_service.cc
|
| index bd26da071156c7b37eea5e52a3587d6c663f71dc..4350479cd5c80cdb8eb56e5df9ee272b03369cc1 100644
|
| --- a/services/service_manager/public/cpp/standalone_service/standalone_service.cc
|
| +++ b/services/service_manager/public/cpp/standalone_service/standalone_service.cc
|
| @@ -64,11 +64,6 @@ void RunStandaloneService(const StandaloneServiceCallback& callback) {
|
| MachBroker::SendTaskPortToParent();
|
| #endif
|
|
|
| -#if !defined(OFFICIAL_BUILD)
|
| - // Initialize stack dumping just before initializing sandbox to make
|
| - // sure symbol names in all loaded libraries will be cached.
|
| - base::debug::EnableInProcessStackDumping();
|
| -#endif
|
| #if defined(OS_LINUX)
|
| std::unique_ptr<LinuxSandbox> sandbox;
|
| const base::CommandLine& command_line =
|
|
|