blob: 64dc5fe3b4e9b47ffb1c1ab07e243e0e9d166557 [file] [log] [blame]
// 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.
#ifndef COMPONENTS_DOMAIN_RELIABILITY_FEATURES_H_
#define COMPONENTS_DOMAIN_RELIABILITY_FEATURES_H_
#include "base/feature_list.h"
#include "components/domain_reliability/domain_reliability_export.h"
namespace domain_reliability {
namespace features {
// Partitions Domain Reliability beacons and upload by NetworkIsolationKey.
DOMAIN_RELIABILITY_EXPORT BASE_DECLARE_FEATURE(kPartitionDomainReliabilityByNetworkIsolationKey);
} // namespace features
} // namespace domain_reliability
#endif // COMPONENTS_DOMAIN_RELIABILITY_FEATURES_H_