| Index: chrome/browser/chromeos/login/user_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
|
| index a901075b4249f4e94cdc065467a10f60275cfd18..8b7025e05b7d8ece5a0eaa1cf97c86899ba4006a 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -353,6 +353,9 @@ class UserManagerImpl
|
| void DoUpdateAccountLocale(const std::string& user_id,
|
| const std::string& resolved_locale);
|
|
|
| + // Update the number of users.
|
| + void UpdateNumberOfUsers();
|
| +
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|
|
|