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

Unified Diff: base/mac/os_crash_dumps.h

Issue 7474010: mac: Components build for base, easy part (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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 | « base/mac/objc_property_releaser.h ('k') | base/mac/scoped_nsautorelease_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/os_crash_dumps.h
diff --git a/base/mac/os_crash_dumps.h b/base/mac/os_crash_dumps.h
index 9758575dcb7e3d6f96a7be3578df3088920b9d20..94efee9c8d507f3ff0b46cd7a8b1d8e27ae6629e 100644
--- a/base/mac/os_crash_dumps.h
+++ b/base/mac/os_crash_dumps.h
@@ -5,6 +5,8 @@
#ifndef BASE_MAC_OS_CRASH_DUMPS_H_
#define BASE_MAC_OS_CRASH_DUMPS_H_
+#include "base/base_api.h"
+
namespace base {
namespace mac {
@@ -12,7 +14,7 @@ namespace mac {
// process a Chrome crash when debugging symbols are available. This
// translates into a long wait until the process actually dies. This call
// disables Apple Crash Reporter entirely.
-void DisableOSCrashDumps();
+BASE_API void DisableOSCrashDumps();
} // namespace mac
} // namespace base
« no previous file with comments | « base/mac/objc_property_releaser.h ('k') | base/mac/scoped_nsautorelease_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698