| Index: chrome/app/chrome_exe_main_win.cc
|
| diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc
|
| index 7139ba3d37463ac064be323d666c87751345e3c6..2eddf535f2f587d6bb402d99f2781c7fa4cc16c8 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
| -#include "chrome_elf/chrome_elf_main.h"
|
| #include "components/crash/content/app/crash_reporter_client.h"
|
| #include "components/crash/content/app/crash_switches.h"
|
| #include "components/crash/content/app/crashpad.h"
|
| @@ -196,9 +195,6 @@ int main() {
|
|
|
| startup_metric_utils::RecordExeMainEntryPointTime(base::Time::Now());
|
|
|
| - // Signal Chrome Elf that Chrome has begun to start.
|
| - SignalChromeElf();
|
| -
|
| // The exit manager is in charge of calling the dtors of singletons.
|
| base::AtExitManager exit_manager;
|
|
|
|
|