| Index: chrome/browser/password_manager/password_store_factory.cc
|
| diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
|
| index 7acd80df39046c0799e74d025aea236f34b25faa..7d4e64ebccdb8ccf554be1b1d6914f566315aeea 100644
|
| --- a/chrome/browser/password_manager/password_store_factory.cc
|
| +++ b/chrome/browser/password_manager/password_store_factory.cc
|
| @@ -356,10 +356,8 @@ void PasswordStoreFactory::RegisterProfilePrefs(
|
| #if !defined(OS_CHROMEOS) && defined(USE_X11)
|
| // Notice that the preprocessor conditions above are exactly those that will
|
| // result in using PasswordStoreX in BuildServiceInstanceFor().
|
| - registry->RegisterIntegerPref(
|
| - password_manager::prefs::kLocalProfileId,
|
| - kInvalidLocalProfileId,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterIntegerPref(password_manager::prefs::kLocalProfileId,
|
| + kInvalidLocalProfileId);
|
| #endif
|
| }
|
|
|
|
|