| 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 cb9c5c8503f8ed26df2e39adf92365eb3956b4fb..f849aa45701e01e07619e0fe637732867699ec55 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -207,6 +207,9 @@ class UserManagerImpl
|
| // Lazily creates default user flow.
|
| UserFlow* GetDefaultUserFlow() const;
|
|
|
| + // Update the global LoginState.
|
| + void UpdateLoginState();
|
| +
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|
|
|