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

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

Issue 2606703003: Remove PasswordFormManager::presaved_form_ (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b300233d43a5cf1d5bfcfa5bce94aad2d9bd7f0b..54dc680ee995cfb434e4f288fbce37e9e2684425 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -481,10 +481,6 @@ class PasswordFormManager : public FormFetcher::Consumer {
// |provisionally_saved_form_| and |best_matches_|.
autofill::PasswordForm pending_credentials_;
- // Stores the form with generated password till the user makes successful
- // login or removes the generated password.
- std::unique_ptr<autofill::PasswordForm> presaved_form_;
-
// Whether pending_credentials_ stores a new login or is an update
// to an existing one.
bool is_new_login_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698