// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_PASSWORDS_MODEL_FEATURES_H_
#define IOS_CHROME_BROWSER_PASSWORDS_MODEL_FEATURES_H_

#import "base/feature_list.h"

// Enable crowdsourcing uploads for the Password Manager. Used as a kill switch,
// enabled by default.
BASE_DECLARE_FEATURE(kPasswordManagerEnableCrowdsourcingUploads);

// Enables displaying the password saved infobar after the password was
// autogenerated or a password error was resolved in context of the save
// password flow. Used as a kill switch, enabled by default.
BASE_DECLARE_FEATURE(kPasswordSavedInfobar);

#endif  // IOS_CHROME_BROWSER_PASSWORDS_MODEL_FEATURES_H_
