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

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

Issue 1668523002: [Password Manager] Switch password manager code to use the Feature framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ae2d986e2fda1927f611761ebcde826237d7f5bb..1bc5767bb7055dbb51380c09861632857f0aa3cb 100644
--- a/components/password_manager/core/browser/affiliation_utils.h
+++ b/components/password_manager/core/browser/affiliation_utils.h
@@ -180,20 +180,6 @@ bool AreEquivalenceClassesEqual(const AffiliatedFacets& a,
// A shorter way to spell FacetURI::IsValidAndroidFacetURI().
bool IsValidAndroidFacetURI(const std::string& uri);
-// Returns whether or not affiliation based matching is enabled. The feature is
-// enabled by default, but can be disabled either via command line flags or
-// field trials. The command line flag, if present, always takes precedence.
-bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line);
-
-// Returns whether or not propagating password changes to affiliated saved web
-// credentials is enabled. It is enabled by default, but can be disabled
-// separately via variation parameters while leaving the rest of the
-// affiliation-based matching enabled. If the main feature is forced
-// enabled/disabled via the command line, this sub-feature will be force
-// enabled/disabled correspondingly.
-bool IsPropagatingPasswordChangesToWebCredentialsEnabled(
- const base::CommandLine& command_line);
-
// Returns the origin URI in a format which can be presented to a user based of
// |password_from| field values. For web URIs |languages| is using in order to
// determine whether a URI is 'comprehensible' to a user who understands
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698