| 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 ae8fac632fd76e96b886dff82c8a4dd3b38e5e5b..8aa6241c1885d77d4aa8499f571f8131713f0feb 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| @@ -189,6 +189,8 @@ class ManagePasswordsUIController
|
| // (and destroy) the timer in DidNavigateMainFrame.
|
| scoped_ptr<base::ElapsedTimer> timer_;
|
|
|
| + // TODO(vasilii): remove these data variables, use ManagePasswordsState.
|
| +
|
| // Set by OnPasswordSubmitted() when the user submits a form containing login
|
| // information. If the user responds to a subsequent "Do you want to save
|
| // this password?" prompt, we ask this object to save or blacklist the
|
|
|