Index: components/password_manager/core/browser/fake_affiliation_api.h |
diff --git a/components/password_manager/core/browser/fake_affiliation_api.h b/components/password_manager/core/browser/fake_affiliation_api.h |
index f24c4a381144f2ed04c956846199520b2aade54d..98d4b2e9521c23e9d033e4a099330750a257e615 100644 |
--- a/components/password_manager/core/browser/fake_affiliation_api.h |
+++ b/components/password_manager/core/browser/fake_affiliation_api.h |
@@ -35,6 +35,9 @@ class ScopedFakeAffiliationAPI { |
// with success. |
void ServeNextRequest(); |
+ // Completes the next pending fetch, if any, with failure. |
+ void FailNextRequest(); |
+ |
// Ignores the next pending request, if any, without completing it. |
void IgnoreNextRequest(); |