| Index: chrome/nacl/nacl_exe_win_64.cc
|
| diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc
|
| index 4edf06549313d8a699a8deb196b6eaaa12b0b327..7f1e462badfb01cc45af28f3a4223810d1586b18 100644
|
| --- a/chrome/nacl/nacl_exe_win_64.cc
|
| +++ b/chrome/nacl/nacl_exe_win_64.cc
|
| @@ -5,9 +5,7 @@
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/lazy_instance.h"
|
| -#include "build/build_config.h"
|
| #include "chrome/app/chrome_crash_reporter_client_win.h"
|
| -#include "chrome/install_static/product_install_details.h"
|
| #include "components/crash/content/app/breakpad_win.h"
|
| #include "components/nacl/loader/nacl_helper_win_64.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -20,10 +18,6 @@
|
| } // namespace
|
|
|
| int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
|
| -#if defined(OS_WIN)
|
| - install_static::InitializeProductDetailsForPrimaryModule();
|
| -#endif
|
| -
|
| base::AtExitManager exit_manager;
|
| base::CommandLine::Init(0, NULL);
|
|
|
|
|