blob: 689c466b23cf3617dac026034c550569643dcf76 [file] [log] [blame]
Hui(Andy) Wufbebf91d22019-02-01 01:23:541// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_
6#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_
7
8namespace base {
9struct Feature;
10}
11
12namespace autofill_assistant {
13namespace features {
14// All features in alphabetical order.
15extern const base::Feature kAutofillAssistant;
16extern const base::Feature kAutofillAssistantChromeEntry;
Jordan Demeulenaere9404ba232019-07-01 12:57:1617extern const base::Feature kAutofillAssistantDirectActions;
Hui(Andy) Wufbebf91d22019-02-01 01:23:5418
19} // namespace features
20} // namespace autofill_assistant
21
22#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_