Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2405)

Unified Diff: chrome/nacl/nacl_exe_win_64.cc

Issue 2491463002: Revert of Windows install_static refactor. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/nacl/DEPS ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/nacl/DEPS ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698