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

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

Issue 23857010: Revert "Revert 223907 "[password generation] Upload possible account cre..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
diff --git a/chrome/browser/password_manager/password_form_manager.h b/chrome/browser/password_manager/password_form_manager.h
index 064849fdf25178f136c6079ec19547a94e41217d..9efc135cfa89365eb00aa5712931736e2bdb217c 100644
--- a/chrome/browser/password_manager/password_form_manager.h
+++ b/chrome/browser/password_manager/password_form_manager.h
@@ -217,6 +217,12 @@ class PasswordFormManager : public PasswordStoreConsumer {
// is now implicitly 'preferred'.
void UpdateLogin();
+ // Check to see if |pending| corresponds to an account creation form. If we
+ // think that it does, we label it as such and upload this state to the
+ // Autofill server, so that we will trigger password generation in the future.
+ void CheckForAccountCreationForm(const autofill::PasswordForm& pending,
+ const autofill::PasswordForm& observed);
+
// Update all login matches to reflect new preferred state - preferred flag
// will be reset on all matched logins that different than the current
// |pending_credentials_|.
« no previous file with comments | « chrome/browser/password_manager/password_form_data.cc ('k') | chrome/browser/password_manager/password_form_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698