chromium/third_party/blink/renderer/platform/instrumentation/tracing/memory_cache_dump_provider.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/instrumentation/tracing/memory_cache_dump_provider.h"

namespace blink {

void MemoryCacheDumpClient::Trace(Visitor* visitor) const {}

MemoryCacheDumpProvider* MemoryCacheDumpProvider::Instance() {}

bool MemoryCacheDumpProvider::OnMemoryDump(
    const base::trace_event::MemoryDumpArgs& args,
    base::trace_event::ProcessMemoryDump* memory_dump) {}

MemoryCacheDumpProvider::MemoryCacheDumpProvider() = default;

MemoryCacheDumpProvider::~MemoryCacheDumpProvider() = default;

}  // namespace blink