chromium/third_party/blink/renderer/platform/loader/testing/fake_resource_load_info_notifier.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_TESTING_FAKE_RESOURCE_LOAD_INFO_NOTIFIER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_TESTING_FAKE_RESOURCE_LOAD_INFO_NOTIFIER_H_

#include "build/build_config.h"
#include "third_party/blink/public/mojom/loader/resource_load_info.mojom-forward.h"
#include "third_party/blink/public/mojom/loader/resource_load_info_notifier.mojom.h"

namespace blink {

// A fake implementation of blink::mojom::ResourceLoadInfoNotifier.
class FakeResourceLoadInfoNotifier final
    : public blink::mojom::ResourceLoadInfoNotifier {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_TESTING_FAKE_RESOURCE_LOAD_INFO_NOTIFIER_H_