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

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: Changes to fieldtrial_testing_config_*.json Created 4 years, 10 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 d4a177ab913afe69d6501429ace418b249178ef7..07552f0528d9ee04bc518d03204bc9c45e4fd2ea 100644
--- a/components/password_manager/core/browser/affiliation_utils.h
+++ b/components/password_manager/core/browser/affiliation_utils.h
@@ -179,20 +179,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

Powered by Google App Engine
This is Rietveld 408576698