chromium/chrome/browser/enterprise/connectors/device_trust/device_trust_features.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/enterprise/connectors/device_trust/device_trust_features.h"

namespace enterprise_connectors {

BASE_FEATURE();

bool IsKeyRotationEnabled() {}

BASE_FEATURE();

bool IsDTCKeyUploadedBySharedAPI() {}

BASE_FEATURE();

bool IsDTCKeyRotationUploadedBySharedAPI() {}

}  // namespace enterprise_connectors