blob: 8fe0aa9ff9665104c264e425016951a6684c9d18 [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(kAndroidAutofillBottomSheetWorkaround);
BASE_DECLARE_FEATURE(kAndroidAutofillCancelSessionOnNavigation);
BASE_DECLARE_FEATURE(kAndroidAutofillDirectFormSubmission);
BASE_DECLARE_FEATURE(kAndroidAutofillPrefillRequestsForLoginForms);
BASE_DECLARE_FEATURE(kAndroidAutofillUsePwmPredictionsForOverrides);
BASE_DECLARE_FEATURE(kAndroidAutofillPrefillRequestsForChangePassword);
} // namespace autofill::features
#endif // COMPONENTS_ANDROID_AUTOFILL_BROWSER_ANDROID_AUTOFILL_FEATURES_H_