| Index: components/password_manager/core/browser/affiliation_utils.h
|
| diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/affiliation_utils.h
|
| index 1f56c4e8e122aa6dd7f8569aba97fd702f018ce3..57bb2a295ceb153371f5861109a70646681af06d 100644
|
| --- a/components/password_manager/core/browser/affiliation_utils.h
|
| +++ b/components/password_manager/core/browser/affiliation_utils.h
|
| @@ -177,6 +177,13 @@ bool IsValidAndroidFacetURI(const std::string& uri);
|
| // takes precedence.
|
| bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line);
|
|
|
| +// Returns whether or not the "propagating password changes to affiliated saved
|
| +// web credentials" sub-feature is enabled via variation parameters. However, if
|
| +// the entire affiliation-based matching feature is forced enabled/disabled via
|
| +// the command line, the sub-feature will be enabled/disabled correspondingly.
|
| +bool IsUpdatingAffiliatedWebCredentialsEnabled(
|
| + const base::CommandLine& command_line);
|
| +
|
| // For logging use only.
|
| std::ostream& operator<<(std::ostream& os, const FacetURI& facet_uri);
|
|
|
|
|