chromium/components/policy/core/common/fake_async_policy_loader.cc

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

#include "components/policy/core/common/fake_async_policy_loader.h"

#include "base/functional/bind.h"
#include "base/location.h"
#include "base/task/sequenced_task_runner.h"

namespace policy {

FakeAsyncPolicyLoader::FakeAsyncPolicyLoader(
    const scoped_refptr<base::SequencedTaskRunner>& task_runner)
    :{}

PolicyBundle FakeAsyncPolicyLoader::Load() {}

void FakeAsyncPolicyLoader::InitOnBackgroundThread() {}

void FakeAsyncPolicyLoader::SetPolicies(const PolicyBundle& policy_bundle) {}

void FakeAsyncPolicyLoader::PostReloadOnBackgroundThread(bool force) {}

}  // namespace policy