Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3885)

Unified Diff: chrome/app/breakpad_linux.cc

Issue 25849004: Clean up unused constant globals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chrome/app/breakpad_linux.cc Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/time/time_posix.cc ('k') | chrome/browser/apps/app_launcher_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « base/time/time_posix.cc ('k') | chrome/browser/apps/app_launcher_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698