Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chrome/app/breakpad_mac_stubs.mm

Issue 113114: OS X Breakpad cleanup. (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« breakpad/breakpad.gyp ('K') | « breakpad/breakpad.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« breakpad/breakpad.gyp ('K') | « breakpad/breakpad.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698