diff options
Diffstat (limited to 'chrome/app/breakpad_mac.h')
-rw-r--r-- | chrome/app/breakpad_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h index ce6f25f..d80f580 100644 --- a/chrome/app/breakpad_mac.h +++ b/chrome/app/breakpad_mac.h @@ -15,8 +15,8 @@ void InitCrashReporter(); // CommandLine::Init has been called. void InitCrashProcessInfo(); -// Is Breakpad disabled? -bool IsCrashReporterDisabled(); +// Is Breakpad enabled? +bool IsCrashReporterEnabled(); // Call on clean process shutdown. void DestructCrashReporter(); |