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

Unified Diff: chromecast/crash/cast_crash_keys.cc

Issue 1055793004: Chromecast: updates crash keys entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_keys.cc
diff --git a/chromecast/crash/cast_crash_keys.cc b/chromecast/crash/cast_crash_keys.cc
index 6ca240f8fd3944aafe9d54bade1694d96dd78199..a33a257b585da0125374e1c321694d52844431ed 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -37,12 +37,12 @@ size_t RegisterCastCrashKeys() {
{ kLastApp, kSmallSize },
{ kCurrentApp, kSmallSize },
{ kPreviousApp, kSmallSize },
- // base/:
- { "dm-usage", kSmallSize },
- { "total-dm-usage", kSmallSize },
// content/:
+ { "discardable-memory-allocated", kSmallSize },
+ { "discardable-memory-free", kSmallSize },
{ "ppapi_path", kMediumSize },
{ "subresource_url", kLargeSize },
+ { "total-discardable-memory-allocated", kSmallSize },
};
return base::debug::InitCrashKeys(fixed_keys, arraysize(fixed_keys),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698