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

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

Issue 10227014: Remove the very old code that migrated password data from the WebDataService to PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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_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);

Powered by Google App Engine
This is Rietveld 408576698