| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index b8c41e07d78768d46e1345a38ca6159176504d14..eb294ef5a467233e7c7a391b7c9edccfed75375b 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -642,9 +642,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| DOMStorageArea::EnableAggressiveCommitDelay();
|
| }
|
|
|
| - base::trace_event::MemoryDumpManager::GetInstance()->Initialize();
|
| -
|
| - // Enable the dump providers.
|
| + // Enable memory-infra dump providers.
|
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
|
| HostSharedBitmapManager::current());
|
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
|
|
|