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

Unified Diff: ash/session/session_state_delegate_stub.cc

Issue 253183003: Media indicator for background recording task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 years, 8 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698