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 e1809825fb784108447d658014995d6700cf59e5..69ff64db972d462bb6b735b0ca9c201b10997a02 100644 |
--- a/chrome/browser/chromeos/login/user_manager_impl.h |
+++ b/chrome/browser/chromeos/login/user_manager_impl.h |
@@ -246,6 +246,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_; |