Index: client/mac/Framework/Breakpad.h |
diff --git a/client/mac/Framework/Breakpad.h b/client/mac/Framework/Breakpad.h |
index dbc620ebf92c7c20d9a89fd4701562b1a9cbf44d..dc7e45d1c8a6c7e3fe44bfeb9a6173ad88420657 100644 |
--- a/client/mac/Framework/Breakpad.h |
+++ b/client/mac/Framework/Breakpad.h |
@@ -158,6 +158,11 @@ typedef bool (*BreakpadFilterCallback)(int exception_type, |
// but pass as URL parameters when |
// uploading theminidump to the crash |
// server. |
+// |
+// BREAKPAD_IN_PROCESS A boolean NSNumber value. If YES, Breakpad |
+// will write the dump file in-process and then |
+// launch the reporter executable as a child |
+// process. |
//============================================================================= |
// The BREAKPAD_PRODUCT, BREAKPAD_VERSION and BREAKPAD_URL are |
// required to have non-NULL values. By default, the BREAKPAD_PRODUCT |