summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 08:33:49 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 08:33:49 +0000
commit5080e18216a41a978c42c2bacf4e16ad15ca84e4 (patch)
tree4fba8e99df939aebc81d2f75c104297223ed3ba3 /chrome/app/breakpad.h
parent3c6e1b473043d00522c448ace074d64b00011202 (diff)
downloadchromium_src-5080e18216a41a978c42c2bacf4e16ad15ca84e4.zip
chromium_src-5080e18216a41a978c42c2bacf4e16ad15ca84e4.tar.gz
chromium_src-5080e18216a41a978c42c2bacf4e16ad15ca84e4.tar.bz2
Use the worker pool instead of a one-time thread for the breakpad initialization. This allows the thread to be reused later.
Review URL: http://codereview.chromium.org/9276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad.h')
-rw-r--r--chrome/app/breakpad.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h
index af8fe46..8250b4b 100644
--- a/chrome/app/breakpad.h
+++ b/chrome/app/breakpad.h
@@ -16,9 +16,6 @@ void InitCrashReporter(std::wstring dll_path);
// the browser or not.
void InitDefaultCrashCallback();
-// Initializes the crash reporter in chrome.
-unsigned __stdcall InitCrashReporterThread(void* param);
-
// If chrome has been restarted because it crashed, this function will display
// a dialog asking for permission to continue execution or to exit now.
bool ShowRestartDialogIfCrashed(bool* exit_now);