Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4017)

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.h

Issue 12256046: Added interstitial page for merge session. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9e0af156d2f4ed788c013bf8096873e43514cb6f..1594d18360eaca369519584430125c0dc64c3dd8 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -90,6 +90,8 @@ class UserManagerImpl
virtual bool IsLoggedInAsLocallyManagedUser() 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;
@@ -171,6 +173,9 @@ class UserManagerImpl
// 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 +219,8 @@ class UserManagerImpl
// policy yet.
bool ephemeral_users_enabled_;
- // True if user pod row is showed at login screen.
- bool show_users_;
+ // Merge session state (cookie restore process state).
+ MergeSessionState merge_session_state_;
// Cached name of device owner. Defaults to empty string if the value has not
// been read from trusted device policy yet.
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698