Index: chrome/browser/password_manager/chrome_password_manager_client.h |
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h |
index 1f9cbdcc4a777617bcef6a9665777d444d3d942e..d7a09853cd08734af7054e29c1ea389b751de46c 100644 |
--- a/chrome/browser/password_manager/chrome_password_manager_client.h |
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h |
@@ -100,6 +100,11 @@ class ChromePasswordManagerClient |
void GenerationAvailableForForm(const autofill::PasswordForm& form) override; |
void HidePasswordGenerationPopup() override; |
+ void CheckReuse( |
+ const base::string16& input, |
+ const std::string& domain, |
+ password_manager::PasswordReuseDetectorConsumer* consumer) override; |
+ |
static void CreateForWebContentsWithAutofillClient( |
content::WebContents* contents, |
autofill::AutofillClient* autofill_client); |