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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2779733002: [HttpCache] Store some memcache info to memory dumps for debugging (Closed)
Patch Set: Whitelist strings Created 3 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: 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 ae74322040f45043af0183f8fda5b32223910170..a31107ae995611ad244e19b122a77a125bc38a8b 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -71,6 +71,8 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"net/ssl_session_cache",
"net/url_request_context_0x?",
"net/url_request_context_0x?/http_cache",
+ "net/url_request_context_0x?/http_cache/memory_backend",
+ "net/url_request_context_0x?/http_cache/simple_backend",
"net/url_request_context_0x?/http_network_session",
"net/url_request_context_0x?/sdch_manager",
"web_cache/Image_resources",
« no previous file with comments | « no previous file | content/browser/cache_storage/cache_storage_cache_unittest.cc » ('j') | net/disk_cache/backend_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698