chromium/extensions/browser/offscreen_document_host.cc

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

#include "extensions/browser/offscreen_document_host.h"

#include "base/check.h"
#include "extensions/common/extension.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace extensions {

OffscreenDocumentHost::OffscreenDocumentHost(
    const Extension& extension,
    content::SiteInstance* site_instance,
    const GURL& url)
    :{}

OffscreenDocumentHost::~OffscreenDocumentHost() = default;

void OffscreenDocumentHost::OnDidStopFirstLoad() {}

bool OffscreenDocumentHost::IsBackgroundPage() const {}

}  // namespace extensions