| Index: components/password_manager/core/common/experiments.h
|
| diff --git a/components/password_manager/core/common/experiments.h b/components/password_manager/core/common/experiments.h
|
| index 13b83b95a083c3add187ef7aa72cce3c82db3068..e6e2362549f3d16443957dec26fa24317fb5bf9e 100644
|
| --- a/components/password_manager/core/common/experiments.h
|
| +++ b/components/password_manager/core/common/experiments.h
|
| @@ -13,6 +13,9 @@ bool ForceSavingExperimentEnabled();
|
| // True iff the manual password generation is enabled.
|
| bool ManualPasswordGenerationEnabled();
|
|
|
| +// True iff the manual fallback for password saving is enabled.
|
| +bool ManualFallbackForSavingEnabled();
|
| +
|
| } // namespace password_manager
|
|
|
| #endif // COMPONENTS_PASSWORD_MANAGER_CORE_COMMON_EXPERIMENTS_H_
|
|
|