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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2674203003: [memory-infra] Whitelist TabRestoreService MDP. (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 d6e9f5d16f7a57bce5b14ab922d4d7682ba96e04..33bdda992a6f4fae484b2f0f3c7e086bfb232f53 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",
ssid 2017/02/07 18:58:59 TabRestore service creates dumps even if there are
DmitrySkiba 2017/02/07 23:17:04 Done.
nullptr // End of list marker.
};
@@ -124,6 +125,8 @@ 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_0x?",
+ "tab_restore/service_helper_0x?/entries/window_0x?",
ssid 2017/02/07 18:58:59 Is there a maximum number of service helpers and e
DmitrySkiba 2017/02/07 23:17:04 Maximum value is 25, see TabRestoreServiceHelper::
nullptr // End of list marker.
};
« 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