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

Unified Diff: components/session_manager/core/session_manager.cc

Issue 2637403007: cros: Change max users to be a constant (Closed)
Patch Set: fix test Created 3 years, 11 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
Index: components/session_manager/core/session_manager.cc
diff --git a/components/session_manager/core/session_manager.cc b/components/session_manager/core/session_manager.cc
index d7a194676f0d9c7d4ef30d9565f34f45001c0d93..020f1af1fdfede0321fcd0f1a59ee510bbc338f9 100644
--- a/components/session_manager/core/session_manager.cc
+++ b/components/session_manager/core/session_manager.cc
@@ -70,11 +70,6 @@ bool SessionManager::IsScreenLocked() const {
return session_state_ == SessionState::LOCKED;
}
-uint32_t SessionManager::GetMaximumNumberOfUserSessions() const {
- // Limits the number of logged in users to 10 due to memory constraints.
- return 10u;
-}
-
void SessionManager::AddObserver(SessionManagerObserver* observer) {
observers_.AddObserver(observer);
}
« no previous file with comments | « components/session_manager/core/session_manager.h ('k') | components/session_manager/session_manager_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698