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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2712703004: [memory-infra] Update discardable memory dump provider names for background whitelist (Closed)
Patch Set: Created 3 years, 10 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: base/trace_event/memory_infra_background_whitelist.cc
diff --git a/base/trace_event/memory_infra_background_whitelist.cc b/base/trace_event/memory_infra_background_whitelist.cc
index 9230fe572d86082571dd589f8b573543d06e8654..85ba5a0873f8451dae4baf967afae85ece9b4114 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -19,9 +19,9 @@ namespace {
const char* const kDumpProviderWhitelist[] = {
"android::ResourceManagerImpl",
"BlinkGC",
- "ChildDiscardableSharedMemoryManager",
+ "ClientDiscardableSharedMemoryManager",
"DOMStorage",
- "HostDiscardableSharedMemoryManager",
+ "DiscardableSharedMemoryManager",
"IndexedDBBackingStore",
"JavaHeap",
"LevelDB",
« 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