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