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

Unified Diff: headless/lib/headless_content_main_delegate.cc

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: clang compile Created 3 years, 7 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: 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..28a708bde4f0d0a74a9f3a905ccc4bbf2f032d71 100644
--- a/headless/lib/headless_content_main_delegate.cc
+++ b/headless/lib/headless_content_main_delegate.cc
@@ -185,7 +185,7 @@ void HeadlessContentMainDelegate::InitCrashReporter(
// 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)
}

Powered by Google App Engine
This is Rietveld 408576698