// Copyright 2020 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/browser/boolean_disabling_policy_handler.h" #include "components/policy/core/common/policy_map.h" #include "components/prefs/pref_value_map.h" namespace policy { BooleanDisablingPolicyHandler::BooleanDisablingPolicyHandler( const char* policy_name, const char* pref_path) : … { … } BooleanDisablingPolicyHandler::~BooleanDisablingPolicyHandler() { … } void BooleanDisablingPolicyHandler::ApplyPolicySettings( const PolicyMap& policies, PrefValueMap* prefs) { … } } // namespace policy