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

Unified Diff: chrome/common/crash_keys.cc

Issue 981403002: content: Release all free discardable memory when idle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing include Created 5 years, 9 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: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 6bc23204fc532406e050c951fe3e6cd69a879735..ad8f922f811c223669439b4ceff7bf5e61a277d5 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -147,6 +147,7 @@ size_t RegisterChromeCrashKeys() {
// base/:
{ "dm-usage", kSmallSize },
+ { "dm-usage-free", kSmallSize },
{ "total-dm-usage", kSmallSize },
// content/:
{ kFontKeyName, kSmallSize},

Powered by Google App Engine
This is Rietveld 408576698