#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) { … }
}