blob: 19a5660eeaffdd19c25ffff3100cc27a4592184e [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SWITCHES_H_
#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SWITCHES_H_
namespace autofill_assistant {
namespace switches {
// All switches in alphabetical order.
extern const char kAutofillAssistantAnnotateDom[];
extern const char kAutofillAssistantAuth[];
extern const char kAutofillAssistantForceFirstTimeUser[];
extern const char kAutofillAssistantForceOnboarding[];
extern const char kAutofillAssistantImplicitTriggeringDebugParameters[];
extern const char kAutofillAssistantServerKey[];
extern const char kAutofillAssistantUrl[];
} // namespace switches
} // namespace autofill_assistant
#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SWITCHES_H_