blob: fdd3bf5bb64b890b7ab3e055134eae93194d8c51 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ANDROID_AUTOFILL_BROWSER_ANDROID_AUTOFILL_FEATURES_H_
#define COMPONENTS_ANDROID_AUTOFILL_BROWSER_ANDROID_AUTOFILL_FEATURES_H_
#include "base/feature_list.h"
namespace autofill::features {
BASE_DECLARE_FEATURE(kAndroidAutofillDeprecateAccessibilityApi);
BASE_DECLARE_FEATURE(kAutofillVirtualViewStructureAndroidInCct);
BASE_DECLARE_FEATURE(kAutofillVirtualViewStructureAndroidPasskeyLongPress);
} // namespace autofill::features
#endif // COMPONENTS_ANDROID_AUTOFILL_BROWSER_ANDROID_AUTOFILL_FEATURES_H_