chromium/third_party/blink/renderer/core/html/link_manifest.cc

// Copyright 2014 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/core/html/link_manifest.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/frame/local_frame_client.h"
#include "third_party/blink/renderer/core/html/html_link_element.h"

namespace blink {

LinkManifest::LinkManifest(HTMLLinkElement* owner) :{}

LinkManifest::~LinkManifest() = default;

void LinkManifest::Process(LinkLoadParameters::Reason) {}

bool LinkManifest::HasLoaded() const {}

void LinkManifest::OwnerRemoved() {}

}  // namespace blink