Index: chrome/app/breakpad_linux.cc |
=================================================================== |
--- chrome/app/breakpad_linux.cc (revision 58383) |
+++ chrome/app/breakpad_linux.cc (working copy) |
@@ -558,6 +558,8 @@ |
header, |
post_file, |
kUploadURL, |
+ "--timeout=10", // Set a timeout so we don't hang forever. |
+ "--tries=1", // Don't retry if the upload fails. |
"-O", // output reply to fd 3 |
"/dev/fd/3", |
NULL, |