| Index: third_party/WebKit/public/web/WebMemoryPressureListener.h
|
| diff --git a/third_party/WebKit/public/web/WebMemoryPressureListener.h b/third_party/WebKit/public/web/WebMemoryPressureListener.h
|
| deleted file mode 100644
|
| index b5a8b7005339b1ce268ad994229cb38a2f4158fe..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/web/WebMemoryPressureListener.h
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 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.
|
| -
|
| -#ifndef WebMemoryPressureListener_h
|
| -#define WebMemoryPressureListener_h
|
| -
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebMemoryPressureLevel.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class WebMemoryPressureListener {
|
| -public:
|
| - // Called when a memory pressure notification is received.
|
| - BLINK_EXPORT static void onMemoryPressure(WebMemoryPressureLevel);
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif
|
|
|