| Index: base/trace_event/memory_dump_manager.h
|
| diff --git a/base/trace_event/memory_dump_manager.h b/base/trace_event/memory_dump_manager.h
|
| index ed386aacb283e5f4cc1e38b004ab5a967e78f005..8b90ca42f52f23a938a2df81bac6a3aee29c9dcb 100644
|
| --- a/base/trace_event/memory_dump_manager.h
|
| +++ b/base/trace_event/memory_dump_manager.h
|
| @@ -71,13 +71,6 @@ class BASE_EXPORT MemoryDumpManager : public TraceLog::EnabledStateObserver {
|
| const scoped_refptr<SingleThreadTaskRunner>& task_runner);
|
| void UnregisterDumpProvider(MemoryDumpProvider* mdp);
|
|
|
| - // TODO(primiano): Remove these two after all the existing dump provider have
|
| - // been converted.
|
| - void RegisterDumpProvider(
|
| - MemoryDumpProvider* mdp,
|
| - const scoped_refptr<SingleThreadTaskRunner>& task_runner);
|
| - void RegisterDumpProvider(MemoryDumpProvider* mdp);
|
| -
|
| // Requests a memory dump. The dump might happen or not depending on the
|
| // filters and categories specified when enabling tracing.
|
| // The optional |callback| is executed asynchronously, on an arbitrary thread,
|
|
|