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

Unified Diff: chrome/common/crash_keys.cc

Issue 1028853002: content: Crash key and trace counter cleanup. (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 | content/child/child_discardable_shared_memory_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index b90f1e2c31a9b84827d557a0165103bf80405593..1983f0d73ec93b37ac16d974176d59dfb2611c88 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -145,14 +145,13 @@ size_t RegisterChromeCrashKeys() {
{ kGPURenderer, kSmallSize },
#endif
- // base/:
- { "dm-usage", kSmallSize },
- { "dm-usage-free", kSmallSize },
- { "total-dm-usage", kSmallSize },
// content/:
+ { "discardable-memory-allocated", kSmallSize },
+ { "discardable-memory-free", kSmallSize },
{ kFontKeyName, kSmallSize},
{ "ppapi_path", kMediumSize },
{ "subresource_url", kLargeSize },
+ { "total-discardable-memory-allocated", kSmallSize },
#if defined(OS_CHROMEOS)
{ kNumberOfUsers, kSmallSize },
#endif
« no previous file with comments | « no previous file | content/child/child_discardable_shared_memory_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698