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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 2585253002: Integration of PasswordReuseDetector into PasswordStore. (Closed)
Patch Set: more tests Created 4 years 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: 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);

Powered by Google App Engine
This is Rietveld 408576698