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

Unified Diff: base/trace_event/memory_dump_manager.cc

Issue 2632583002: MemoryInfra: Remove few dump providers from thread check blacklist (Closed)
Patch Set: Created 3 years, 11 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_dump_manager.cc
diff --git a/base/trace_event/memory_dump_manager.cc b/base/trace_event/memory_dump_manager.cc
index ebd738081e3f67b59bd67b9ac637c1da532747aa..18b255ab8b1db1303f3ee4567f309f819622e11b 100644
--- a/base/trace_event/memory_dump_manager.cc
+++ b/base/trace_event/memory_dump_manager.cc
@@ -53,19 +53,14 @@ MemoryDumpManager* g_instance_for_testing = nullptr;
// TODO(ssid): Fix all the dump providers to unregister if needed and clear the
// blacklist, crbug.com/643438.
const char* const kStrictThreadCheckBlacklist[] = {
- "android::ResourceManagerImpl",
"AndroidGraphics",
"BrowserGpuMemoryBufferManager",
"ClientDiscardableSharedMemoryManager",
"ContextProviderCommandBuffer",
- "DOMStorage",
"DiscardableSharedMemoryManager",
"FontCaches",
"GpuMemoryBufferVideoFramePool",
"IndexedDBBackingStore",
- "LeveldbValueStore",
- "MemoryCache",
- "Skia",
"Sql",
"ThreadLocalEventBuffer",
"TraceLog",
@@ -79,10 +74,8 @@ const char* const kStrictThreadCheckBlacklist[] = {
"gpu::BufferManager",
"gpu::MappedMemoryManager",
"gpu::RenderbufferManager",
- "gpu::TextureManager",
"gpu::TransferBufferManager",
"sql::Connection",
- "SyncDirectory",
"BlacklistTestDumpProvider" // for testing
};
« 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