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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2674203003: [memory-infra] Whitelist TabRestoreService MDP. (Closed)
Patch Set: Fix tests 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 | components/sessions/core/tab_restore_service_helper.cc » ('j') | 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 d6e9f5d16f7a57bce5b14ab922d4d7682ba96e04..82d9cc736095b7cea5fc5304f87dabd7a97afbb7 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -35,6 +35,7 @@ const char* const kDumpProviderWhitelist[] = {
"V8Isolate",
"WinHeap",
"SyncDirectory",
+ "TabRestoreServiceHelper",
nullptr // End of list marker.
};
@@ -124,6 +125,9 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"sync/0x?/model_type/TYPED_URL",
"sync/0x?/model_type/WALLET_METADATA",
"sync/0x?/model_type/WIFI_CREDENTIAL",
+ "tab_restore/service_helper_0x?/entries",
+ "tab_restore/service_helper_0x?/entries/tab_0x?",
+ "tab_restore/service_helper_0x?/entries/window_0x?",
nullptr // End of list marker.
};
« no previous file with comments | « no previous file | components/sessions/core/tab_restore_service_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698