diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 11:23:45 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 11:23:45 +0000 |
commit | bbdd97bbc006c4ecba801d604e720883a9c0f0ce (patch) | |
tree | 4716f63969bb30847cf8335f9d2a4838db51332d /chrome/app/breakpad_linux.h | |
parent | 0935275316a0edc8595edf0fc268f69adf1e0d86 (diff) | |
download | chromium_src-bbdd97bbc006c4ecba801d604e720883a9c0f0ce.zip chromium_src-bbdd97bbc006c4ecba801d604e720883a9c0f0ce.tar.gz chromium_src-bbdd97bbc006c4ecba801d604e720883a9c0f0ce.tar.bz2 |
Reverting 24220.
It seemed that r24220 caused failures on all of Linux UI (valgrind) bots.
TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/173345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r-- | chrome/app/breakpad_linux.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h index 53f43a1..d06c9a2 100644 --- a/chrome/app/breakpad_linux.h +++ b/chrome/app/breakpad_linux.h @@ -9,7 +9,7 @@ extern void InitCrashReporter(); -#if defined(USE_LINUX_BREAKPAD) +#if defined(GOOGLE_CHROME_BUILD) static const size_t kMaxActiveURLSize = 1024; static const size_t kGuidSize = 32; // 128 bits = 32 chars in hex. static const size_t kDistroSize = 128; @@ -24,13 +24,10 @@ struct BreakpadInfo { unsigned guid_length; const char* distro; unsigned distro_length; - bool upload; }; -extern int HandleCrashDump(const BreakpadInfo& info); -#endif // defined(USE_LINUX_BREAKPAD) +extern int UploadCrashDump(const BreakpadInfo& info); -#if defined(GOOGLE_CHROME_BUILD) // Checks that the kernel's core filename pattern is "core" and moves the // current working directory to a temp directory. // Returns true iff core dumping has been successfully enabled for the current |