summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/breakpad_mac.mm')
-rw-r--r--chrome/app/breakpad_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/breakpad_mac.mm b/chrome/app/breakpad_mac.mm
index 9155e29..bda33fe4 100644
--- a/chrome/app/breakpad_mac.mm
+++ b/chrome/app/breakpad_mac.mm
@@ -49,8 +49,8 @@ BreakpadRef gBreakpadRef = NULL;
} // namespace
-bool IsCrashReporterEnabled() {
- return gBreakpadRef != NULL;
+bool IsCrashReporterDisabled() {
+ return gBreakpadRef == NULL;
}
void DestructCrashReporter() {