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

Unified Diff: components/password_manager/core/browser/password_manager_client.cc

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac fix Created 5 years, 5 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: components/password_manager/core/browser/password_manager_client.cc
diff --git a/components/password_manager/core/browser/password_manager_client.cc b/components/password_manager/core/browser/password_manager_client.cc
index ff4d83af8d985c300c1a6e07c373e9cf974fcac1..94d7d49a182a7180f857de0da54d3bc343fe8cb4 100644
--- a/components/password_manager/core/browser/password_manager_client.cc
+++ b/components/password_manager/core/browser/password_manager_client.cc
@@ -18,9 +18,6 @@ bool PasswordManagerClient::IsSavingEnabledForCurrentPage() const {
return true;
}
-void PasswordManagerClient::AutofillResultsComputed() {
-}
-
void PasswordManagerClient::ForceSavePassword() {
}

Powered by Google App Engine
This is Rietveld 408576698