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/mus/bridge/wm_shell_mus.cc

Issue 2615663002: Fix MediaClient::RequestCaptureState(). (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/chrome_shell_content_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index d1a21c162cacbed00ff9175a992d93e8094c3192..52f7b6b54b4aaad14c2015e0caaee18f8733a580 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -57,10 +57,7 @@ class SessionStateDelegateStub : public SessionStateDelegate {
// SessionStateDelegate:
int GetMaximumNumberOfLoggedInUsers() const override { return 3; }
- int NumberOfLoggedInUsers() const override {
- // ash_shell has 2 users.
- return 2;
- }
+ int NumberOfLoggedInUsers() const override { return 1; }
bool IsActiveUserSessionStarted() const override { return true; }
bool CanLockScreen() const override { return true; }
bool IsScreenLocked() const override { return screen_locked_; }
« no previous file with comments | « no previous file | chrome/browser/ui/ash/chrome_shell_content_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698