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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_state.h

Issue 1212633003: Don't show any password manager icon when a user visits a blacklisted site. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blank line Created 5 years, 6 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_state.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_state.h b/chrome/browser/ui/passwords/manage_passwords_state.h
index 349ea30248e3f3c53c674f510d7d15029b8bda1d..9bf29c1be2d624a2052e7094cf7998ff45963d5a 100644
--- a/chrome/browser/ui/passwords/manage_passwords_state.h
+++ b/chrome/browser/ui/passwords/manage_passwords_state.h
@@ -59,10 +59,6 @@ class ManagePasswordsState {
// Move to MANAGE_STATE or INACTIVE_STATE for PSL matched passwords.
void OnPasswordAutofilled(const autofill::PasswordFormMap& password_form_map);
- // Move to BLACKLIST_STATE.
- void OnBlacklistBlockedAutofill(
- const autofill::PasswordFormMap& password_form_map);
-
// Move to INACTIVE_STATE.
void OnInactive();

Powered by Google App Engine
This is Rietveld 408576698