chromium/components/manta/features.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/manta/features.h"

#include "base/feature_list.h"

namespace manta::features {

BASE_FEATURE();

// Enables Orca Prod Server
BASE_FEATURE();

// Enables SeaPen Prod Server
BASE_FEATURE();

// Enables Mahi Prod Server
BASE_FEATURE();

bool IsMantaServiceEnabled() {}

bool IsOrcaUseProdServerEnabled() {}

bool IsSeaPenUseProdServerEnabled() {}

bool IsMahiUseProdServerEnabled() {}

}  // namespace manta::features