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

Unified Diff: chrome_frame/chrome_frame_helper_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
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/chrome_launcher_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_helper_main.cc
===================================================================
--- chrome_frame/chrome_frame_helper_main.cc (revision 89645)
+++ chrome_frame/chrome_frame_helper_main.cc (working copy)
@@ -223,9 +223,8 @@
}
int APIENTRY wWinMain(HINSTANCE hinstance, HINSTANCE, wchar_t*, int show_cmd) {
- const wchar_t* cmd_line = ::GetCommandLine();
google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
- InitializeCrashReporting(cmd_line));
+ InitializeCrashReporting(NORMAL));
if (IsSystemLevelChromeFrameInstalled()) {
// If we're running at startup, check for system-level Chrome Frame
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/chrome_launcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698