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 a50c6c87c811dbf3cef522195d2d9a73f2813d69..b5b95463f267be2e6387dc4fc32f4b5f9bcc1130 100644 |
--- a/components/password_manager/core/browser/affiliation_utils.h |
+++ b/components/password_manager/core/browser/affiliation_utils.h |
@@ -185,6 +185,14 @@ bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line); |
bool IsPropagatingPasswordChangesToWebCredentialsEnabled( |
const base::CommandLine& command_line); |
+// Returns whether or not affiliation requests for dummy facets should be |
+// triggered as part of an experiment to exercise AffiliationService code before |
+// users would get a chance to have any real Android-based credentials. If the |
+// main feature is forced enabled/disabled via the command line, the experiment |
+// is force enabled/disabled correspondingly. |
+bool IsAffiliationRequestsForDummyFacetsEnabled( |
+ const base::CommandLine& command_line); |
+ |
// For logging use only. |
std::ostream& operator<<(std::ostream& os, const FacetURI& facet_uri); |