Index: components/password_manager/core/browser/form_fetcher.h |
diff --git a/components/password_manager/core/browser/form_fetcher.h b/components/password_manager/core/browser/form_fetcher.h |
index 24ca598ea602858728e4d20ed7e04b9deddcf376..145a56580b1fff1cba18bdbc08ceb1502262357a 100644 |
--- a/components/password_manager/core/browser/form_fetcher.h |
+++ b/components/password_manager/core/browser/form_fetcher.h |
@@ -68,6 +68,12 @@ class FormFetcher { |
virtual const std::vector<const autofill::PasswordForm*>& |
GetFederatedMatches() const = 0; |
+ // Fetches stored matching logins. In addition the statistics is fetched on |
+ // platforms with the password bubble. This is called automatically during |
+ // construction and can be called manually later as well to cause an update |
+ // of the cached credentials. |
+ virtual void Fetch() = 0; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(FormFetcher); |
}; |