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

Unified Diff: ash/session/session_state_delegate.h

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: Created 6 years, 6 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 | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/session/session_state_delegate.h
diff --git a/ash/session/session_state_delegate.h b/ash/session/session_state_delegate.h
index 78777a06c42093ec8bbf213d2575230262b7c759..328f1b49a55d74d9b8a9c94a9b177e677f4108ae 100644
--- a/ash/session/session_state_delegate.h
+++ b/ash/session/session_state_delegate.h
@@ -133,6 +133,9 @@ class ASH_EXPORT SessionStateDelegate {
// Adds or removes sessions state observer.
virtual void AddSessionStateObserver(SessionStateObserver* observer) = 0;
virtual void RemoveSessionStateObserver(SessionStateObserver* observer) = 0;
+
+ // Hides multiple sign-in screen in case it is opened.
Mr4D (OOO till 08-26) 2014/07/08 15:32:07 What about "Hides multi user sign-in screen .. "?
Roman Sorokin (ftl) 2014/07/09 13:04:15 Done.
+ virtual void HideMultipleSigninScreen() = 0;
Mr4D (OOO till 08-26) 2014/07/08 15:32:07 Can you name this HideMultiUserSigninScreen()?
Roman Sorokin (ftl) 2014/07/09 13:04:15 Done.
};
} // namespace ash
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698