Skip to content

Commit def2409

Browse files
committed
use correct breakpad header to prevent upload
1 parent 1f0c926 commit def2409

File tree

2 files changed

+1
-75
lines changed

2 files changed

+1
-75
lines changed

src/breakpad_linux.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
#include "breakpad/src/client/linux/minidump_writer/directory_reader.h"
3838
#include "breakpad/src/common/linux/linux_libc_support.h"
3939
#include "breakpad/src/common/memory.h"
40-
#include "content/nw/src/breakpad_linux_impl.h"
4140
#include "chrome/common/child_process_logging.h"
4241
#include "chrome/common/chrome_paths.h"
4342
#include "components/breakpad/app/breakpad_client.h"
43+
#include "components/breakpad/app/breakpad_linux_impl.h"
4444
#include "content/public/common/content_descriptors.h"
4545
#include "content/public/common/content_switches.h"
4646

@@ -585,8 +585,6 @@ bool CrashDone(const MinidumpDescriptor& minidump,
585585
#endif
586586
info.process_type = "browser";
587587
info.process_type_length = 7;
588-
info.crash_url = NULL;
589-
info.crash_url_length = 0;
590588
info.distro = base::g_linux_distro;
591589
info.distro_length = my_strlen(base::g_linux_distro);
592590
info.upload = upload;

src/breakpad_linux_impl.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)