chromium/chrome/browser/net/explicitly_allowed_network_ports_policy_handler.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/net/explicitly_allowed_network_ports_policy_handler.h"

#include "base/check.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
#include "chrome/common/pref_names.h"
#include "components/policy/policy_constants.h"
#include "components/prefs/pref_value_map.h"
#include "net/base/port_util.h"

namespace policy {

ExplicitlyAllowedNetworkPortsPolicyHandler::
    ExplicitlyAllowedNetworkPortsPolicyHandler()
    :{}

bool ExplicitlyAllowedNetworkPortsPolicyHandler::CheckListEntry(
    const base::Value& value) {}

void ExplicitlyAllowedNetworkPortsPolicyHandler::ApplyList(
    base::Value::List filtered_list,
    PrefValueMap* prefs) {}

}  // namespace policy