diff options
Diffstat (limited to 'chrome/app/breakpad_mac.mm')
-rw-r--r-- | chrome/app/breakpad_mac.mm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/breakpad_mac.mm b/chrome/app/breakpad_mac.mm index 28afe27..9155e29 100644 --- a/chrome/app/breakpad_mac.mm +++ b/chrome/app/breakpad_mac.mm @@ -16,6 +16,9 @@ #include "chrome/installer/util/google_update_settings.h" #if !defined(GOOGLE_CHROME_BUILD) + +extern "C" { + // If we aren't compiling as a branded build, then add dummy versions of the // Breakpad functions so we don't have to link against Breakpad. @@ -36,6 +39,8 @@ void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key) { NOTREACHED(); } +} + #endif // !defined(GOOGLE_CHROME_BUILD) namespace { |