Commit 22e397c6 authored by Siddhartha's avatar Siddhartha Committed by Commit Bot

Memory-infra: whitelist Omnibox urlindex MDP

BUG=803822

Change-Id: I6d635e220a5e7a1bf0001426ac4e6c643b90b8fd
Reviewed-on: https://chromium-review.googlesource.com/892466Reviewed-by: default avatarDmitry Skiba <dskiba@chromium.org>
Commit-Queue: Siddhartha S <ssid@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533573}
parent 6e0a5ed9
...@@ -29,6 +29,7 @@ const char* const kDumpProviderWhitelist[] = { ...@@ -29,6 +29,7 @@ const char* const kDumpProviderWhitelist[] = {
"gpu::TextureManager", "gpu::TextureManager",
"HistoryReport", "HistoryReport",
"IndexedDBBackingStore", "IndexedDBBackingStore",
"InMemoryURLIndex",
"JavaHeap", "JavaHeap",
"LevelDB", "LevelDB",
"LeveldbValueStore", "LeveldbValueStore",
...@@ -164,6 +165,7 @@ const char* const kAllocatorDumpNameWhitelist[] = { ...@@ -164,6 +165,7 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"net/url_request_context/unknown/0x?/http_cache/memory_backend", "net/url_request_context/unknown/0x?/http_cache/memory_backend",
"net/url_request_context/unknown/0x?/http_cache/simple_backend", "net/url_request_context/unknown/0x?/http_cache/simple_backend",
"net/url_request_context/unknown/0x?/http_network_session", "net/url_request_context/unknown/0x?/http_network_session",
"omnibox/in_memory_url_index_0x?",
"web_cache/Image_resources", "web_cache/Image_resources",
"web_cache/CSS stylesheet_resources", "web_cache/CSS stylesheet_resources",
"web_cache/Script_resources", "web_cache/Script_resources",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment