| 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.
|
| };
|
|
|
|
|