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

Unified Diff: chrome/app/chrome_breakpad_client.h

Issue 99523009: Move DumpProcessWithoutCrash to base, so we can use it from net and content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years 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/native_library.h ('k') | chrome/app/chrome_breakpad_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_breakpad_client.h
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h
index 7e79a092e6c87add0a567564bf02543b292786a5..489e8fe512b0bd480dcb811f5bfe4e9443be6670 100644
--- a/chrome/app/chrome_breakpad_client.h
+++ b/chrome/app/chrome_breakpad_client.h
@@ -46,10 +46,6 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE;
-#if defined(OS_POSIX)
- virtual void SetDumpWithoutCrashingFunction(void (*function)()) OVERRIDE;
-#endif
-
virtual size_t RegisterCrashKeys() OVERRIDE;
virtual bool IsRunningUnattended() OVERRIDE;
« no previous file with comments | « base/native_library.h ('k') | chrome/app/chrome_breakpad_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698