Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: components/password_manager/core/browser/affiliation_utils.h

Issue 1066543004: Update affiliated web credentials when Android credentials are updated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from vasilii@, minor changes. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698