| 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 b0f48c86520009a3bd71c53a6ea703c499f1c65c..a83888644d786d44d6006ce2d4df80e87c1ab551 100644
|
| --- a/chrome/browser/password_manager/password_store_factory.cc
|
| +++ b/chrome/browser/password_manager/password_store_factory.cc
|
| @@ -195,7 +195,7 @@ PasswordStoreFactory::BuildServiceInstanceFor(
|
| return ps;
|
| }
|
|
|
| -void PasswordStoreFactory::RegisterUserPrefs(
|
| +void PasswordStoreFactory::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| #if !defined(OS_CHROMEOS) && defined(USE_X11)
|
| registry->RegisterIntegerPref(
|
| @@ -205,7 +205,7 @@ void PasswordStoreFactory::RegisterUserPrefs(
|
|
|
| // Notice that the preprocessor conditions above are exactly those that will
|
| // result in using PasswordStoreX in CreatePasswordStore() below.
|
| - PasswordStoreX::RegisterUserPrefs(registry);
|
| + PasswordStoreX::RegisterProfilePrefs(registry);
|
| #endif
|
| }
|
|
|
|
|