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

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

Issue 196173023: [Password Manager] Remove dead profile migration code for GNOME/KWallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h
index 7e5fadb0877994e6772dde666c8e2580edb65c18..739a9acad073b6edddff42e907adb8e6809d7805 100644
--- a/chrome/browser/password_manager/password_store_x.h
+++ b/chrome/browser/password_manager/password_store_x.h
@@ -58,19 +58,6 @@ class PasswordStoreX : public PasswordStoreDefault {
LoginDatabase* login_db,
NativeBackend* backend);
-#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
- // Registers the pref setting used for the methods below.
- static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
- // Returns true if passwords have been tagged with the local profile id.
- static bool PasswordsUseLocalProfileId(PrefService* prefs);
-
- // Sets the persistent bit indicating that passwords have been tagged with the
- // local profile id. This cannot be unset; passwords get migrated only once.
- // The caller promises that |prefs| will not be deleted any time soon.
- static void SetPasswordsUseLocalProfileId(PrefService* prefs);
-#endif // !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
-
private:
friend class PasswordStoreXTest;
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/password_manager/password_store_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698