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

Unified Diff: headless/lib/headless_content_main_delegate.h

Issue 2816593006: Enable crashpad for Mac (Closed)
Patch Set: Created 3 years, 8 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.h
diff --git a/headless/lib/headless_content_main_delegate.h b/headless/lib/headless_content_main_delegate.h
index 0aca886cbbe5eca36fb970bc2c372b25f84d3103..d7b9faf8b830821667b68706392e972837c73f43 100644
--- a/headless/lib/headless_content_main_delegate.h
+++ b/headless/lib/headless_content_main_delegate.h
@@ -53,6 +53,10 @@ class HEADLESS_EXPORT HeadlessContentMainDelegate
void InitLogging(const base::CommandLine& command_line);
void InitCrashReporter(const base::CommandLine& command_line);
+#if defined(OS_MACOSX)
+ void InitMacCrashReporter(const base::CommandLine& command_line,
+ const std::string& process_type);
+#endif
static void InitializeResourceBundle();
static HeadlessContentMainDelegate* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698