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

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: Fixes mac bot breakages. 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..04f8c39b2c562cee2c12eaf3642115a411c88fb3 100644
--- a/components/password_manager/core/browser/affiliation_utils.h
+++ b/components/password_manager/core/browser/affiliation_utils.h
@@ -182,7 +182,7 @@ 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);
+bool IsAffiliationBasedMatchingEnabled();
// Returns whether or not propagating password changes to affiliated saved web
// credentials is enabled. It is enabled by default, but can be disabled
@@ -190,8 +190,7 @@ bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line);
// 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);
+bool IsPropagatingPasswordChangesToWebCredentialsEnabled();
// 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

Powered by Google App Engine
This is Rietveld 408576698