| 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 417ef7652088d901f0a300d9dc9995d06c386d5e..6c04dabd2cf971c21cfc71b5dfe88e7437c985e9 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -248,6 +248,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_;
|
|
|
|
|