| Index: chrome/app/breakpad_linux.cc
|
| diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
|
| index c3bf7c092204a8b67132612b3c4dec82f73572e1..849c3ecb236289e2e52483022891375a49e6205c 100644
|
| --- a/chrome/app/breakpad_linux.cc
|
| +++ b/chrome/app/breakpad_linux.cc
|
| @@ -516,7 +516,9 @@ void DumpProcess() {
|
| g_breakpad->WriteMinidump();
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| const char kGoogleBreakpad[] = "google-breakpad";
|
| +#endif
|
|
|
| size_t WriteLog(const char* buf, size_t nbytes) {
|
| #if defined(OS_ANDROID)
|
|
|