| Index: headless/lib/headless_content_main_delegate.cc
|
| diff --git a/headless/lib/headless_content_main_delegate.cc b/headless/lib/headless_content_main_delegate.cc
|
| index 7acd3d6c11e302809f775c2b40e71ffc98faced9..754b7e8f747de5f8c33a7bf205035229b2c8be63 100644
|
| --- a/headless/lib/headless_content_main_delegate.cc
|
| +++ b/headless/lib/headless_content_main_delegate.cc
|
| @@ -180,12 +180,12 @@ void HeadlessContentMainDelegate::InitCrashReporter(
|
| breakpad::InitCrashReporter(process_type);
|
| #elif defined(OS_MACOSX)
|
| crash_reporter::InitializeCrashpad(process_type.empty(), process_type);
|
| -// Avoid adding this dependency in Windows Chrome component build, since it
|
| +// Avoid adding this dependency in Windows Chrome component build, since it
|
| // chrashpad is already enabled.
|
| // TODO(dvallet): Ideally we would also want to avoid this for component build.
|
| #elif defined(OS_WIN) && !defined(CHROME_MULTIPLE_DLL)
|
| crash_reporter::InitializeCrashpadWithEmbeddedHandler(process_type.empty(),
|
| - process_type);
|
| + process_type, "");
|
| #endif // defined(HEADLESS_USE_BREAKPAD)
|
| }
|
|
|
|
|