// Copyright 2023 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/headless/policy/headless_mode_policy.h" #include "components/headless/policy/headless_mode_prefs.h" #include "components/policy/policy_constants.h" #include "components/prefs/pref_service.h" namespace headless { // static HeadlessModePolicy::HeadlessMode HeadlessModePolicy::GetPolicy( const PrefService* pref_service) { … } // static bool HeadlessModePolicy::IsHeadlessModeDisabled( const PrefService* pref_service) { … } } // namespace headless