// 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 "chromeos/ash/services/assistant/public/cpp/switches.h"
namespace ash::assistant::switches {
const char kForceAssistantOnboarding[] = "force-assistant-onboarding";
const char kRedirectLibassistantLogging[] = "redirect-libassistant-logging";
const char kDisableLibAssistantLogfile[] = "disable-libassistant-logfile";
} // namespace ash::assistant::switches