diff options
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/breakpad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_elf/breakpad.cc b/chrome_elf/breakpad.cc index d2189b6..17ddc8f 100644 --- a/chrome_elf/breakpad.cc +++ b/chrome_elf/breakpad.cc @@ -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"; |