chromium/chrome/browser/enterprise/connectors/device_trust/fake_device_trust_connector_service.cc

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

#include "chrome/browser/enterprise/connectors/device_trust/fake_device_trust_connector_service.h"

#include <string>
#include <utility>

#include "components/enterprise/device_trust/prefs.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"

namespace enterprise_connectors {

namespace {

std::string ToPrefName(DTCPolicyLevel policy_level) {}

}  // namespace

FakeDeviceTrustConnectorService::FakeDeviceTrustConnectorService(
    sync_preferences::TestingPrefServiceSyncable* profile_prefs)
    :{}

FakeDeviceTrustConnectorService::~FakeDeviceTrustConnectorService() = default;

void FakeDeviceTrustConnectorService::UpdateInlinePolicy(
    base::Value::List new_urls,
    DTCPolicyLevel policy_level) {}

}  // namespace enterprise_connectors