Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
index 9fb6c4ee98483e52be2c7e29f274a223ef6e73ed..d9e9aa2e535d401842993d8c5843bd56eceaf37f 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
@@ -119,7 +119,7 @@ class ManagePasswordsUIController |
// ManagePasswordsUIControllerMock. |
autofill::ConstPasswordFormMap password_form_map_; |
vabr (Chromium)
2014/08/04 15:36:56
This declaration order means, that new_password_fo
vasilii
2014/08/04 16:20:59
Done.
|
- // We create copies of PasswordForm objects that come in via OnLoginsChanged() |
+ // We create copies of PasswordForm objects that come in with unclear lifetime |
// and store them in this vector as well as in |password_form_map_| to ensure |
// that we destroy them correctly. |
ScopedVector<autofill::PasswordForm> new_password_forms_; |