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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 9669039: Provide access to process private and shared memory size from WebKit code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed Tony's comments Created 8 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
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | webkit/glue/webkitplatformsupport_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 635e1b27f6b23cdfb55fd23c6d938dc9c78445cd..30208a0f6afc827f0a96cc46009b2bae3d36fd9e 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -68,6 +68,8 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
virtual size_t highMemoryUsageMB() OVERRIDE;
virtual size_t highUsageDeltaMB() OVERRIDE;
#endif
+ virtual bool processMemorySizesInBytes(size_t* private_bytes,
+ size_t* shared_bytes);
virtual WebKit::WebURLLoader* createURLLoader();
virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle();
virtual WebKit::WebString userAgent(const WebKit::WebURL& url);
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | webkit/glue/webkitplatformsupport_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698