| Index: content/browser/browser_main_runner.cc
|
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
|
| index 2975ef864747646aec4a2fa68028d0c697b1bb66..d5ed975a92d388e02ff910992e654f41591c0655 100644
|
| --- a/content/browser/browser_main_runner.cc
|
| +++ b/content/browser/browser_main_runner.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "content/public/browser/browser_main_runner.h"
|
|
|
| -#include "base/allocator/allocator_shim.h"
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| #include "base/debug/leak_annotations.h"
|
| @@ -184,14 +183,6 @@ class BrowserMainRunnerImpl : public BrowserMainRunner {
|
| // are NOT deleted. If you need something to run during WM_ENDSESSION add it
|
| // to browser_shutdown::Shutdown or BrowserProcess::EndSession.
|
|
|
| -#if defined(OS_WIN) && !defined(NO_TCMALLOC)
|
| - // When linking shared libraries, NO_TCMALLOC is defined, and dynamic
|
| - // allocator selection is not supported.
|
| -
|
| - // Make this call before going multithreaded, or spawning any
|
| - // subprocesses.
|
| - base::allocator::SetupSubprocessAllocator();
|
| -#endif
|
| ui::InitializeInputMethod();
|
| }
|
| main_loop_->CreateStartupTasks();
|
|
|