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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.h

Issue 971383002: Removing FRE UI for unicorn accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 9 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 | « no previous file | chrome/browser/chromeos/login/session/user_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/session/user_session_manager.h
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.h b/chrome/browser/chromeos/login/session/user_session_manager.h
index 581847f7ba6fc56d5ef97df7f99b62602c975bcd..3e171608962f75f1cdf2c7c53c93428b4647f6d8 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.h
+++ b/chrome/browser/chromeos/login/session/user_session_manager.h
@@ -247,6 +247,10 @@ class UserSessionManager
// Used when restoring user sessions after crash.
void OnProfilePrepared(Profile* profile, bool browser_launched) override;
+ void ChildAccountStatusReceivedCallback();
+
+ void StopChildStatusObserving();
+
void CreateUserSession(const UserContext& user_context,
bool has_auth_cookies);
void PreStartSession();
@@ -412,6 +416,11 @@ class UserSessionManager
// Whether should launch browser, tests may override this value.
bool should_launch_browser_;
+ // Child account status is necessary for InitializeStartUrls call.
+ bool waiting_for_child_account_status_;
+
+ base::WeakPtrFactory<UserSessionManager> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(UserSessionManager);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/user_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698