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

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

Issue 10892011: Fix for no password save when action URL is modified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/password_manager/password_form_manager.h
===================================================================
--- chrome/browser/password_manager/password_form_manager.h (revision 152419)
+++ chrome/browser/password_manager/password_form_manager.h (working copy)
@@ -42,6 +42,11 @@
// Compare basic data of observed_form_ with argument.
bool DoesManage(const webkit::forms::PasswordForm& form) const;
+ // Compare basic data of observed_form_ with argument. Only check the action
+ // URL when require_action_match is set to true.
+ bool DoesManage(const webkit::forms::PasswordForm& form,
+ bool require_action_match) const;
+
// Retrieves potential matching logins from the database.
void FetchMatchingLoginsFromPasswordStore();

Powered by Google App Engine
This is Rietveld 408576698