| Index: third_party/WebKit/Source/web/WebMemoryPressureListener.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebMemoryPressureListener.cpp b/third_party/WebKit/Source/web/WebMemoryPressureListener.cpp
|
| deleted file mode 100644
|
| index e652306a3c8b344e6c2b6edab1964f1dd9524a09..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/web/WebMemoryPressureListener.cpp
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright (c) 2015 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 "public/web/WebMemoryPressureListener.h"
|
| -
|
| -#include "core/page/Page.h"
|
| -#include "platform/MemoryPurgeController.h"
|
| -
|
| -namespace blink {
|
| -
|
| -void WebMemoryPressureListener::onMemoryPressure(WebMemoryPressureLevel pressureLevel)
|
| -{
|
| - Page::onMemoryPressure();
|
| - MemoryPurgeController::onMemoryPressure(pressureLevel);
|
| -}
|
| -
|
| -} // namespace blink
|
|
|