Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / common / password_manager_pref_names.cc
index 65b074c..e4c9aab 100644 (file)
@@ -4,6 +4,8 @@
 
 #include "components/password_manager/core/common/password_manager_pref_names.h"
 
+namespace password_manager {
+
 namespace prefs {
 
 #if defined(OS_WIN)
@@ -35,11 +37,8 @@ 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
+
+}  // namespace password_manager