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

Unified Diff: components/password_manager/core/browser/password_form_manager.h

Issue 356223002: PasswordForm: move from current/old password scheme to current/new. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: components/password_manager/core/browser/password_form_manager.h
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h
index 80712d68b3dc279f1480fb1effc93a50a3d21dc3..c42525dece28e9a453556e794c759e042527ce4b 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -122,7 +122,7 @@ class PasswordFormManager : public PasswordStoreConsumer {
// treat a possible usernames match as a sign that our original heuristics
// were wrong and that the user selected the correct username from the
// Autofill UI.
- void ProvisionallySave(const autofill::PasswordForm& credentials,
+ void ProvisionallySave(autofill::PasswordForm credentials,
vabr (Chromium) 2014/06/30 10:07:20 nit: It looks like ProvisionallySave is already ca
Ilya Sherman 2014/07/01 03:08:47 FWIW, I agree that we shouldn't pass this paramete
engedy 2014/07/03 13:34:19 I have reverted this, because it is no longer need
OtherPossibleUsernamesAction action);
// Handles save-as-new or update of the form managed by this manager.

Powered by Google App Engine
This is Rietveld 408576698