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

Unified Diff: third_party/WebKit/Source/web/WebMemoryPressureListener.cpp

Issue 2071213002: Rename WebMemoryPressureListener -> WebMemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryCoordinator.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryCoordinator.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698