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

Unified Diff: chrome/app/breakpad_mac.h

Issue 53075: First stab at Mac breakpad support. (Closed)
Patch Set: Address John's comments Created 11 years, 9 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 | « chrome/app/breakpad.cc ('k') | chrome/app/breakpad_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_mac.h
diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h
new file mode 100644
index 0000000000000000000000000000000000000000..0a20e124029d405dbdc9d6ecec20f265902471fd
--- /dev/null
+++ b/chrome/app/breakpad_mac.h
@@ -0,0 +1,19 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_APP_BREAKPAD_MAC_H_
+#define CHROME_APP_BREAKPAD_MAC_H_
+
+// This header defines the Chrome entry points for Breakpad integration.
+
+// Initializes Breakpad.
+void InitCrashReporter();
+
+// Is Breakpad enabled?
+bool IsCrashReporterEnabled();
+
+// Call on clean process shutdown.
+void DestructCrashReporter();
+
+#endif // CHROME_APP_BREAKPAD_MAC_H_
« no previous file with comments | « chrome/app/breakpad.cc ('k') | chrome/app/breakpad_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698