chromium/components/security_interstitials/core/https_only_mode_policy_handler.h

// 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.

#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_POLICY_HANDLER_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_POLICY_HANDLER_H_

#include "components/policy/core/browser/configuration_policy_handler.h"

namespace policy {

// Checks and converts the strings in policy::key::kHttpsOnlyMode to booleans
// pref::kHttpsOnlyModeEnabled, pref::kHttpsFirstModeIncognito, and
// pref::kHttpsFirstBalancedModEnabled.
class HttpsOnlyModePolicyHandler : public TypeCheckingPolicyHandler {};

}  // namespace policy

#endif  // COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_POLICY_HANDLER_H_