chromium/chromeos/components/mahi/public/cpp/mahi_switches.h

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

#ifndef CHROMEOS_COMPONENTS_MAHI_PUBLIC_CPP_MAHI_SWITCHES_H_
#define CHROMEOS_COMPONENTS_MAHI_PUBLIC_CPP_MAHI_SWITCHES_H_

#include "base/component_export.h"

namespace chromeos::switches {

COMPONENT_EXPORT(MAHI_PUBLIC_CPP)
extern const char kUseFakeMahiManager[];

}  // namespace chromeos::switches

#endif  // CHROMEOS_COMPONENTS_MAHI_PUBLIC_CPP_MAHI_SWITCHES_H_