Chromium Code Reviews| Index: ash/session/session_state_delegate_stub.cc |
| diff --git a/ash/session/session_state_delegate_stub.cc b/ash/session/session_state_delegate_stub.cc |
| index 05bca1389f76627b4e8427cdb562b5576d07047a..fa396da6098f5e5976390e1c589e1b70dcb854e8 100644 |
| --- a/ash/session/session_state_delegate_stub.cc |
| +++ b/ash/session/session_state_delegate_stub.cc |
| @@ -65,7 +65,7 @@ int SessionStateDelegateStub::GetMaximumNumberOfLoggedInUsers() const { |
| } |
| int SessionStateDelegateStub::NumberOfLoggedInUsers() const { |
| - return 1; |
| + return 2; |
|
Mr4D (OOO till 08-26)
2014/04/30 18:24:36
This is highly confusing since the default should
oshima
2014/04/30 20:40:31
This is for ash_shell as we discussed, and can be
|
| } |
| bool SessionStateDelegateStub::IsActiveUserSessionStarted() const { |