| 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 386a15ebd203919ac9871812377c9696f8e2ec9b..ccd08b07da46b053af26728e27739514b62ab994 100644
|
| --- a/headless/lib/headless_content_main_delegate.cc
|
| +++ b/headless/lib/headless_content_main_delegate.cc
|
| @@ -180,9 +180,9 @@ 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
|
| +// Avoid adding this dependency in Windows Chrome non component builds, since
|
| // crashpad is already enabled.
|
| -// TODO(dvallet): Ideally we would also want to avoid this for component build.
|
| +// TODO(dvallet): Ideally we would also want to avoid this for component builds.
|
| #elif defined(OS_WIN) && !defined(CHROME_MULTIPLE_DLL)
|
| crash_reporter::InitializeCrashpadWithEmbeddedHandler(process_type.empty(),
|
| process_type);
|
|
|