blob: b966fbc297113856ed5c98e5f8febdfaac908fac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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_
|