chromium/components/enterprise/data_controls/content/browser/rules_service.cc

// Copyright 2024 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/enterprise/data_controls/content/browser/rules_service.h"

#include "components/enterprise/data_controls/core/browser/features.h"
#include "components/enterprise/data_controls/core/browser/prefs.h"

namespace data_controls {

RulesService::RulesService(PrefService* pref_service) {}

RulesService::~RulesService() = default;

Verdict RulesService::GetVerdict(Rule::Restriction restriction,
                                 const ActionContext& context) const {}

void RulesService::OnDataControlsRulesUpdate() {}

}  // namespace data_controls