| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 3a996d66a8f5d9c7d8b9e074a54edd37fef51573..66a1e3ce45cd9bcdb3392cfcc8f3aa019edee1bb 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -30,7 +30,6 @@
|
| #include "base/win/windows_version.h"
|
| #include "base/win/wrapped_window_proc.h"
|
| #include "chrome/browser/browser_util_win.h"
|
| -#include "chrome/browser/chrome_elf_init_win.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/install_verification/win/install_verification.h"
|
| #include "chrome/browser/profiles/profile_shortcut_manager.h"
|
| @@ -324,8 +323,6 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() {
|
| FROM_HERE, content::BrowserThread::GetBlockingPool(),
|
| base::Bind(&VerifyInstallation));
|
|
|
| - InitializeChromeElf();
|
| -
|
| #if BUILDFLAG(ENABLE_KASKO)
|
| content::BrowserThread::PostDelayedTask(
|
| content::BrowserThread::FILE, FROM_HERE,
|
|
|