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

Unified Diff: content/child/blink_platform_impl.h

Issue 2860093003: Implement device-ram client hints header (Closed)
Patch Set: Created 3 years, 7 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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 6b8731722157f73d1f2198d879bcd1bf707c5c02..fbaf4805a879bcc473240b39824397b374b49bcb 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -73,6 +73,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
bool DatabaseSetFileSize(const blink::WebString& vfs_file_name,
long long size) override;
size_t ActualMemoryUsageMB() override;
+ size_t AmountOfPhysicalMemoryMB() override;
size_t NumberOfProcessors() override;
size_t MaxDecodedImageBytes() override;
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698