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

Unified Diff: content/child/blink_platform_impl.h

Issue 1671383003: [Onion Soup] Remove dead memory usage code in BlinkPlatformImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 52b8e3e213727713e3b8f73bd1de4769288a00de..3991565db70e17aaace2afd94caa7edcaefdb44f 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -82,10 +82,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebString& challenge,
const blink::WebURL& url,
const blink::WebURL& top_origin) override;
- size_t memoryUsageMB() override;
size_t actualMemoryUsageMB() override;
- size_t physicalMemoryMB() override;
- size_t virtualMemoryLimitMB() override;
size_t numberOfProcessors() override;
blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698