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

Unified Diff: ash/common/test/test_session_state_delegate.h

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: add comment about session state in SessionStaetDelegateChromeos Created 4 years, 2 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 | « ash/common/system/overview/overview_button_tray.cc ('k') | ash/common/test/test_session_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/test_session_state_delegate.h
diff --git a/ash/common/test/test_session_state_delegate.h b/ash/common/test/test_session_state_delegate.h
index e825757fd11c304473c112e85412d99ba5e1de04..14af1e84601736283cd86330f728cbcf1c882980 100644
--- a/ash/common/test/test_session_state_delegate.h
+++ b/ash/common/test/test_session_state_delegate.h
@@ -26,7 +26,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
~TestSessionStateDelegate() override;
void set_logged_in_users(int users) { logged_in_users_ = users; }
- void set_session_state(SessionState session_state) {
+ void set_session_state(session_manager::SessionState session_state) {
session_state_ = session_state;
}
void AddUser(const AccountId& account_id);
@@ -42,7 +42,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
void LockScreen() override;
void UnlockScreen() override;
bool IsUserSessionBlocked() const override;
- SessionState GetSessionState() const override;
+ session_manager::SessionState GetSessionState() const override;
const user_manager::UserInfo* GetUserInfo(
ash::UserIndex index) const override;
bool ShouldShowAvatar(WmWindow* window) const override;
@@ -111,7 +111,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
// The current state of the login screen. |session_state_| becomes active
// before the profile and browser UI are available.
- SessionState session_state_;
+ session_manager::SessionState session_state_;
DISALLOW_COPY_AND_ASSIGN(TestSessionStateDelegate);
};
« no previous file with comments | « ash/common/system/overview/overview_button_tray.cc ('k') | ash/common/test/test_session_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698