chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_event.cc

// Copyright 2017 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/modules/background_fetch/background_fetch_event.h"

#include "third_party/blink/renderer/bindings/modules/v8/v8_background_fetch_event_init.h"
#include "third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h"
#include "third_party/blink/renderer/modules/event_interface_modules_names.h"

namespace blink {

BackgroundFetchEvent::BackgroundFetchEvent(
    const AtomicString& type,
    const BackgroundFetchEventInit* initializer,
    WaitUntilObserver* observer)
    :{}

BackgroundFetchEvent::~BackgroundFetchEvent() = default;

BackgroundFetchRegistration* BackgroundFetchEvent::registration() const {}

const AtomicString& BackgroundFetchEvent::InterfaceName() const {}

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

}  // namespace blink