features.cc 542 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/domain_reliability/features.h"
  5. namespace domain_reliability {
  6. namespace features {
  7. DOMAIN_RELIABILITY_EXPORT extern const base::Feature
  8. kPartitionDomainReliabilityByNetworkIsolationKey{
  9. "PartitionDomainReliabilityByNetworkIsolationKey",
  10. base::FEATURE_ENABLED_BY_DEFAULT};
  11. } // namespace features
  12. } // namespace domain_reliability