| Index: chrome/browser/chromeos/login/user_manager_impl.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_manager_impl.h (revision 183978)
|
| +++ chrome/browser/chromeos/login/user_manager_impl.h (working copy)
|
| @@ -85,8 +85,6 @@
|
| virtual bool IsLoggedInAsGuest() const OVERRIDE;
|
| virtual bool IsLoggedInAsStub() const OVERRIDE;
|
| virtual bool IsSessionStarted() const OVERRIDE;
|
| - virtual MergeSessionState GetMergeSessionState() const OVERRIDE;
|
| - virtual void SetMergeSessionState(MergeSessionState status) OVERRIDE;
|
| virtual bool HasBrowserRestarted() const OVERRIDE;
|
| virtual bool IsUserNonCryptohomeDataEphemeral(
|
| const std::string& email) const OVERRIDE;
|
| @@ -168,9 +166,6 @@
|
| // Notifies the UI about a change to the user list.
|
| void NotifyUserListChanged();
|
|
|
| - // Notifies observers that merge session state had changed.
|
| - void NotifyMergeSessionStateChanged();
|
| -
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|
| @@ -214,8 +209,8 @@
|
| // policy yet.
|
| bool ephemeral_users_enabled_;
|
|
|
| - // Merge session state (cookie restore process state).
|
| - MergeSessionState merge_session_state_;
|
| + // True if user pod row is showed at login screen.
|
| + bool show_users_;
|
|
|
| // Cached name of device owner. Defaults to empty string if the value has not
|
| // been read from trusted device policy yet.
|
|
|