blob: 0adbd52d457a8bc6f3f7288168eb19e8a9e60ac9 [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.
#include "components/domain_reliability/features.h"
namespace domain_reliability {
namespace features {
DOMAIN_RELIABILITY_EXPORT BASE_FEATURE(kPartitionDomainReliabilityByNetworkIsolationKey,
"PartitionDomainReliabilityByNetworkIsolationKey",
base::FEATURE_ENABLED_BY_DEFAULT);
} // namespace features
} // namespace domain_reliability