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

Unified Diff: client/mac/sender/crash_report_sender.h

Issue 87013: Make breakpad compile against 10.5 SDK (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « client/mac/crash_generation/Inspector.mm ('k') | client/mac/sender/crash_report_sender.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/mac/sender/crash_report_sender.h
===================================================================
--- client/mac/sender/crash_report_sender.h (revision 328)
+++ client/mac/sender/crash_report_sender.h (working copy)
@@ -36,6 +36,12 @@
#include "client/mac/Framework/Breakpad.h"
+#define VERBOSE 0
+
+extern bool gDebugLog;
+
+#define DEBUGLOG if (gDebugLog) fprintf
+
#define kClientIdPreferenceKey @"clientid"
@interface Reporter : NSObject {
« no previous file with comments | « client/mac/crash_generation/Inspector.mm ('k') | client/mac/sender/crash_report_sender.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698