chromium/content/test/test_background_sync_proxy.cc

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

#include "content/test/test_background_sync_proxy.h"

namespace content {

TestBackgroundSyncProxy::~TestBackgroundSyncProxy() {}

void TestBackgroundSyncProxy::ScheduleDelayedProcessing(
    blink::mojom::BackgroundSyncType sync_type,
    base::TimeDelta delay,
    base::OnceClosure delayed_task) {}

}  // namespace content