Skip to content

Commit

Permalink
Make sure chrome_elf's breakpad client is actually uploading dumps.
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/206223006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259014 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
caitkp@chromium.org committed Mar 24, 2014
1 parent f47d302 commit ada7d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_elf/breakpad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ google_breakpad::ExceptionHandler* g_elf_breakpad = NULL;

namespace {

const wchar_t kBreakpadProductName[] = L"ChromeElf";
const wchar_t kBreakpadProductName[] = L"Chrome";
const wchar_t kBreakpadVersionEntry[] = L"ver";
const wchar_t kBreakpadProdEntry[] = L"prod";
const wchar_t kBreakpadPlatformEntry[] = L"plat";
Expand Down

0 comments on commit ada7d5d

Please sign in to comment.