| 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 efef7ac7507d32416e22183a383e19dfb8ef276a..34b59181dc05dab0166a174356c064c1e40da6c3 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -239,6 +239,9 @@ class UserManagerImpl
|
| // Update the global LoginState.
|
| void UpdateLoginState();
|
|
|
| + // Gets the list of public accounts defined in device settings.
|
| + void ReadPublicAccounts(base::ListValue* public_accounts);
|
| +
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|
|
|