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

Unified Diff: base/process_util_linux.cc

Issue 18770006: Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: lei's comments + sync Created 7 years, 5 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
Index: base/process_util_linux.cc
===================================================================
--- base/process_util_linux.cc (revision 211410)
+++ base/process_util_linux.cc (working copy)
@@ -21,9 +21,7 @@
namespace base {
-#if defined(USE_LINUX_BREAKPAD)
size_t g_oom_size = 0U;
-#endif
const char kProcSelfExe[] = "/proc/self/exe";

Powered by Google App Engine
This is Rietveld 408576698