| Index: chrome/app/breakpad_mac_stubs.mm
|
| diff --git a/chrome/app/breakpad_mac_stubs.mm b/chrome/app/breakpad_mac_stubs.mm
|
| index 8497f4ffd6446899bb9d11d20de2cfdecf52bee4..d70fce63fbdf237327b97e9bd307fc466f261ff4 100644
|
| --- a/chrome/app/breakpad_mac_stubs.mm
|
| +++ b/chrome/app/breakpad_mac_stubs.mm
|
| @@ -5,7 +5,7 @@
|
| #import "chrome/app/breakpad_mac.h"
|
|
|
| // Stubbed out versions of breakpad integration functions so we can compile
|
| -// without linking in Breakpad on non-official builds.
|
| +// unit tests without linking in Breakpad.
|
|
|
| bool IsCrashReporterEnabled() {
|
| return false;
|
|
|