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

Unified Diff: third_party/WebKit/public/platform/WebMemoryCoordinator.h

Issue 2463283002: Replace prepareToSuspend() with onMemoryStateChange(SUSPENDED) (Closed)
Patch Set: Remove prepareToSuspend Created 4 years, 1 month 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/platform/exported/WebMemoryCoordinator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMemoryCoordinator.h
diff --git a/third_party/WebKit/public/platform/WebMemoryCoordinator.h b/third_party/WebKit/public/platform/WebMemoryCoordinator.h
index c9a579129def29693bb35637cad708c652eecaef..04f70a75ef2cf0d41d507ff57b9adef7b98ee9e1 100644
--- a/third_party/WebKit/public/platform/WebMemoryCoordinator.h
+++ b/third_party/WebKit/public/platform/WebMemoryCoordinator.h
@@ -19,9 +19,6 @@ class WebMemoryCoordinator {
BLINK_PLATFORM_EXPORT static void onMemoryPressure(WebMemoryPressureLevel);
BLINK_PLATFORM_EXPORT static void onMemoryStateChange(MemoryState);
-
- // Called when Blink is going to be suspended.
- BLINK_PLATFORM_EXPORT static void prepareToSuspend();
haraken 2016/11/01 06:21:29 Just to confirm: tasak@ has not yet landed a CL to
bashi 2016/11/01 06:31:06 IIUC he won't call it. onMemoryStateChange() will
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebMemoryCoordinator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698