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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 357323002: Tray elements behave appropriately on the multiple signin screen (more like lock screen) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 6 years, 5 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/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 289d769c9c26a658e3ff9ce2f4245db520f2a242..2795f17edb35a1692c02af07ee7d59cfc84e8ef8 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -158,6 +158,8 @@ class SessionStateDelegateImpl : public SessionStateDelegate {
virtual void RemoveSessionStateObserver(
ash::SessionStateObserver* observer) OVERRIDE {}
+ virtual void HideMultiUserSigninScreen() OVERRIDE {}
+
private:
bool screen_locked_;

Powered by Google App Engine
This is Rietveld 408576698