blob: 0adbd52d457a8bc6f3f7288168eb19e8a9e60ac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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
|