// 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_AUTOFILL_IOS_COMMON_FEATURES_H_
#define COMPONENTS_AUTOFILL_IOS_COMMON_FEATURES_H_
#import "base/feature_list.h"
BASE_DECLARE_FEATURE(kAutofillDynamicallyLoadsFieldsForAddressInput);
BASE_DECLARE_FEATURE(kAutofillIsolatedWorldForJavascriptIos);
BASE_DECLARE_FEATURE(kAutofillStickyInfobarIos);
#endif // COMPONENTS_AUTOFILL_IOS_COMMON_FEATURES_H_