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

Unified Diff: chrome/common/logging_chrome.h

Issue 9838033: Upstream native crash handling changes for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed a stale comment. Created 8 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
Index: chrome/common/logging_chrome.h
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
index a448c3db47f8d63cfb2fe87fcfe68a3741c9215c..0434de588ddc3db3358704fa5e3332a58d804d60 100644
--- a/chrome/common/logging_chrome.h
+++ b/chrome/common/logging_chrome.h
@@ -65,7 +65,7 @@ size_t GetFatalAssertions(AssertionList* assertions);
// Handler to silently dump the current process without crashing.
void DumpWithoutCrashing();
-#if defined(USE_LINUX_BREAKPAD) || defined(OS_MACOSX)
+#if defined(USE_POSIX_BREAKPAD) || defined(OS_MACOSX)
// Sets a function that'll be invoked to dump the current process when
// DumpWithoutCrashing() is called.
void SetDumpWithoutCrashingFunction(void (*function)());

Powered by Google App Engine
This is Rietveld 408576698