#include "third_party/blink/renderer/platform/loader/testing/fake_resource_load_info_notifier.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#include "third_party/blink/public/mojom/loader/resource_load_info.mojom.h"
namespace blink {
FakeResourceLoadInfoNotifier::FakeResourceLoadInfoNotifier() = default;
FakeResourceLoadInfoNotifier::~FakeResourceLoadInfoNotifier() = default;
void FakeResourceLoadInfoNotifier::NotifyResourceLoadCompleted(
blink::mojom::ResourceLoadInfoPtr resource_load_info,
const ::network::URLLoaderCompletionStatus& status) { … }
std::string FakeResourceLoadInfoNotifier::GetMimeType() { … }
}