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

#ifndef COMPONENTS_ACTOR_CORE_ACTOR_SWITCHES_H_
#define COMPONENTS_ACTOR_CORE_ACTOR_SWITCHES_H_

namespace actor::switches {

extern const char kDisableActorSafetyChecks[];
extern const char kAttemptFormFillingToolSkipsUI[];
extern const char kAttemptOtpFillingBypassLoginCheck[];
extern const char kEnableActorJournalVLog[];
extern const char kAttemptOtpFillingMockGmailOtpValue[];

}  // namespace actor::switches

#endif  // COMPONENTS_ACTOR_CORE_ACTOR_SWITCHES_H_
