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

Unified Diff: chrome/browser/password_manager/password_store_x.cc

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_x.cc
===================================================================
--- chrome/browser/password_manager/password_store_x.cc (revision 133948)
+++ chrome/browser/password_manager/password_store_x.cc (working copy)
@@ -24,9 +24,8 @@
PasswordStoreX::PasswordStoreX(LoginDatabase* login_db,
Profile* profile,
- WebDataService* web_data_service,
NativeBackend* backend)
- : PasswordStoreDefault(login_db, profile, web_data_service),
+ : PasswordStoreDefault(login_db, profile),
backend_(backend), migration_checked_(!backend), allow_fallback_(false) {
}

Powered by Google App Engine
This is Rietveld 408576698