chromium/components/variations/limited_entropy_mode_gate.cc

// Copyright 2023 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/variations/limited_entropy_mode_gate.h"

namespace variations {

namespace {

enum class ForcedState {};

ForcedState g_forced_state_for_testing =;
}

bool IsLimitedEntropyModeEnabled(version_info::Channel channel) {}

void EnableLimitedEntropyModeForTesting() {}

void DisableLimitedEntropyModeForTesting() {}

}  // namespace variations