diff options
Diffstat (limited to 'chrome/app/breakpad_mac.mm')
-rw-r--r-- | chrome/app/breakpad_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_mac.mm b/chrome/app/breakpad_mac.mm index 56f24ee..752e67e 100644 --- a/chrome/app/breakpad_mac.mm +++ b/chrome/app/breakpad_mac.mm @@ -59,7 +59,7 @@ void InitCrashReporter() { } if (!enable_breakpad) { - LOG(WARNING) << "Breakpad disabled"; + LOG_IF(WARNING, is_browser) << "Breakpad disabled"; return; } |