Chromium Code Reviews| Index: base/process/memory_linux.cc |
| =================================================================== |
| --- base/process/memory_linux.cc (revision 211410) |
| +++ base/process/memory_linux.cc (working copy) |
| @@ -17,9 +17,7 @@ |
| namespace { |
| void OnNoMemorySize(size_t size) { |
| -#if defined(USE_LINUX_BREAKPAD) |
| g_oom_size = size; |
| -#endif |
| if (size != 0) |
| LOG(FATAL) << "Out of memory, size = " << size; |