Index: components/autofill/core/browser/password_autofill_manager.h |
diff --git a/components/autofill/core/browser/password_autofill_manager.h b/components/autofill/core/browser/password_autofill_manager.h |
index ddde78eb0faa337f9a1ef49f98af8daca681e231..3f48f0fd1a9ec25e0477ed3c0b13889d452a246a 100644 |
--- a/components/autofill/core/browser/password_autofill_manager.h |
+++ b/components/autofill/core/browser/password_autofill_manager.h |
@@ -36,6 +36,12 @@ class PasswordAutofillManager { |
const FormFieldData& username_element, |
const PasswordFormFillData& password); |
+ // Clear the login associated with the field |field| |
vabr (Chromium)
2014/04/04 10:51:40
nit: this breaks too early (use the whole line)
vabr (Chromium)
2014/04/04 10:51:40
"Clear the login" sounds ambiguous to me. What is
rchtara
2014/04/04 16:07:20
Done.
rchtara
2014/04/04 16:07:20
Done.
|
+ // and the user name |username_to_remove|. Returns true if the user name and |
+ // password were removed. |
+ bool RemovePasswordSuggestion(const FormFieldData& field, |
+ const base::string16& username_to_remove); |
+ |
// Invoked to clear any page specific cached values. |
void Reset(); |
@@ -69,4 +75,4 @@ class PasswordAutofillManager { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PASSWORD_AUTOFILL_MANAGER_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PASSWORD_AUTOFILL_MANAGER_H_ |