Hui(Andy) Wu | fbebf91d2 | 2019-02-01 01:23:54 | [diff] [blame] | 1 | // 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 | |
| 8 | namespace base { |
| 9 | struct Feature; |
| 10 | } |
| 11 | |
| 12 | namespace autofill_assistant { |
| 13 | namespace features { |
| 14 | // All features in alphabetical order. |
| 15 | extern const base::Feature kAutofillAssistant; |
| 16 | extern const base::Feature kAutofillAssistantChromeEntry; |
Jordan Demeulenaere | 9404ba23 | 2019-07-01 12:57:16 | [diff] [blame^] | 17 | extern const base::Feature kAutofillAssistantDirectActions; |
Hui(Andy) Wu | fbebf91d2 | 2019-02-01 01:23:54 | [diff] [blame] | 18 | |
| 19 | } // namespace features |
| 20 | } // namespace autofill_assistant |
| 21 | |
| 22 | #endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_ |