// 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 { extern const char kAutofillAssistantServerKey[]; extern const char kAutofillAssistantUrl[]; extern const char kAutofillAssistantAuth[]; } // namespace switches } // namespace autofill_assistant #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_SWITCHES_H_