| Index: base/process/memory_stubs.cc
|
| diff --git a/base/process/memory_stubs.cc b/base/process/memory_stubs.cc
|
| deleted file mode 100644
|
| index b06c7d5f2b53ff8d26f1128298f66e544bb23c3a..0000000000000000000000000000000000000000
|
| --- a/base/process/memory_stubs.cc
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "base/process/memory.h"
|
| -
|
| -namespace base {
|
| -
|
| -void EnableTerminationOnOutOfMemory() {
|
| -}
|
| -
|
| -void EnableTerminationOnHeapCorruption() {
|
| -}
|
| -
|
| -bool AdjustOOMScore(ProcessId process, int score) {
|
| - return false;
|
| -}
|
| -
|
| -} // namespace base
|
|
|