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; |