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

Unified Diff: chrome/browser/password_manager/password_store_x.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_x.h
===================================================================
--- chrome/browser/password_manager/password_store_x.h (revision 133948)
+++ chrome/browser/password_manager/password_store_x.h (working copy)
@@ -15,7 +15,6 @@
class LoginDatabase;
class PrefService;
class Profile;
-class WebDataService;
// PasswordStoreX is used on Linux and other non-Windows, non-Mac OS X
// operating systems. It uses a "native backend" to actually store the password
@@ -53,9 +52,8 @@
// Takes ownership of |login_db| and |backend|. |backend| may be NULL in which
// case this PasswordStoreX will act the same as PasswordStoreDefault.
PasswordStoreX(LoginDatabase* login_db,
- Profile* profile,
- WebDataService* web_data_service,
- NativeBackend* backend);
+ Profile* profile,
+ NativeBackend* backend);
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
// Registers the pref setting used for the methods below.

Powered by Google App Engine
This is Rietveld 408576698