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

Unified Diff: chrome/common/logging_chrome.h

Issue 12090096: Split DumpWithoutCrashing() into a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 7 years, 11 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/common/dump_without_crashing.cc ('k') | chrome/common/logging_chrome.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/logging_chrome.h
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
index a0d2d0de493f5ae867d706689f2dcc2a6ba4e812..dee2533671233ee2de9c12de0c9d4c3eacf5eee7 100644
--- a/chrome/common/logging_chrome.h
+++ b/chrome/common/logging_chrome.h
@@ -62,15 +62,6 @@ typedef std::vector<std::wstring> AssertionList;
// the program writing the log has terminated.
size_t GetFatalAssertions(AssertionList* assertions);
-// Handler to silently dump the current process without crashing.
-void DumpWithoutCrashing();
-
-#if defined(USE_LINUX_BREAKPAD) || defined(OS_MACOSX)
-// Sets a function that'll be invoked to dump the current process when
-// DumpWithoutCrashing() is called.
-void SetDumpWithoutCrashingFunction(void (*function)());
-#endif
-
// Inserts timestamp before file extension in the format
// "_yymmdd-hhmmss".
FilePath GenerateTimestampedName(const FilePath& base_path,
« no previous file with comments | « chrome/common/dump_without_crashing.cc ('k') | chrome/common/logging_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698