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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller.cc

Issue 2252283005: Introduce password_manager::FormFetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621355_const_best_matches
Patch Set: Keep updating PasswordStore for blacklisting Created 4 years, 4 months 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/ui/passwords/manage_passwords_ui_controller.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
index f3bbc983632565daf37d5b8ef3803084329788f1..f2e88633fe6412cb99ff8b4f3412fc4b2aaa9f2a 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
@@ -247,7 +247,7 @@ ManagePasswordsUIController::GetCurrentInteractionStats() const {
password_manager::PasswordFormManager* form_manager =
passwords_data_.form_manager();
return password_manager::FindStatsByUsername(
- form_manager->interactions_stats(),
+ form_manager->form_fetcher()->GetInteractionsStats(),
form_manager->pending_credentials().username_value);
}

Powered by Google App Engine
This is Rietveld 408576698