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

Unified Diff: chrome_frame/chrome_launcher_main.cc

Issue 7219007: Fix up crash reporting in unit tests and the Chrome Frame helper processes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months 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: chrome_frame/chrome_launcher_main.cc
===================================================================
--- chrome_frame/chrome_launcher_main.cc (revision 88766)
+++ chrome_frame/chrome_launcher_main.cc (working copy)
@@ -11,11 +11,10 @@
#include "chrome_frame/update_launcher.h"
int APIENTRY wWinMain(HINSTANCE, HINSTANCE, wchar_t*, int) {
- const wchar_t* cmd_line = ::GetCommandLine();
-
google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
- InitializeCrashReporting(cmd_line));
+ InitializeCrashReporting(NORMAL));
+ const wchar_t* cmd_line = ::GetCommandLine();
std::wstring update_command(
update_launcher::GetUpdateCommandFromArguments(cmd_line));

Powered by Google App Engine
This is Rietveld 408576698