| 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));
|
|
|
|
|