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

Unified Diff: content/public/test/test_launcher.cc

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 5 years 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
Index: content/public/test/test_launcher.cc
diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
index 597818dde3bee0fddbad6a82a4b30ca1b47bfc44..4a9b710263bca1de5dd0316d9cee1f134771647d 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -502,7 +502,10 @@ int LaunchTests(TestLauncherDelegate* launcher_delegate,
}
#endif
+#if !defined(OS_WIN)
+ // This is done earlier on Windows.
base::AtExitManager at_exit;
+#endif
testing::InitGoogleTest(&argc, argv);
TestTimeouts::Initialize();
« chrome/app/main_dll_loader_win.cc ('K') | « chrome/test/base/chrome_test_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698