| Index: components/password_manager/core/common/password_manager_pref_names.cc
|
| diff --git a/components/password_manager/core/common/password_manager_pref_names.cc b/components/password_manager/core/common/password_manager_pref_names.cc
|
| index 65b074cd6ed7f8403d3a6f3542050c3a6b86113e..dc42c903daf3e01a3ffec42641220891841153f3 100644
|
| --- a/components/password_manager/core/common/password_manager_pref_names.cc
|
| +++ b/components/password_manager/core/common/password_manager_pref_names.cc
|
| @@ -35,11 +35,6 @@ const char kPasswordManagerGroupsForDomains[] =
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| // The local profile id for this profile.
|
| const char kLocalProfileId[] = "profile.local_profile_id";
|
| -
|
| -// Whether passwords in external services (e.g. GNOME Keyring) have been tagged
|
| -// with the local profile id yet. (Used for migrating to tagged passwords.)
|
| -const char kPasswordsUseLocalProfileId[] =
|
| - "profile.passwords_use_local_profile_id";
|
| #endif
|
|
|
| } // namespace prefs
|
|
|