Chromium Code Reviews| Index: chrome/browser/password_manager/password_store_win.h |
| =================================================================== |
| --- chrome/browser/password_manager/password_store_win.h (revision 133948) |
| +++ chrome/browser/password_manager/password_store_win.h (working copy) |
| @@ -23,7 +23,9 @@ |
| // but also uses IE7 passwords if no others found. |
| class PasswordStoreWin : public PasswordStoreDefault { |
| public: |
| - // FilePath specifies path to WebDatabase. |
| + // WebDataService is only used for IE7 password fetching; we no longer migrate |
| + // our own password data from it as it's been a very long time since we stored |
| + // it there. |
|
stuartmorgan
2012/04/26 08:06:13
I'd eliminate the historical note, and just say "W
Mike Mammarella
2012/04/26 18:07:33
Done.
|
| PasswordStoreWin(LoginDatabase* login_database, |
| Profile* profile, |
| WebDataService* web_data_service); |