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

// 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.

#include "chromeos/components/mahi/public/cpp/mahi_switches.h"

namespace chromeos::switches {

// Use the fake MahiManager within the Mahi feature. Also always show the Mahi
// menu when context menu is shown.
const char kUseFakeMahiManager[] = "use-fake-mahi-manager";

}  // namespace chromeos::switches