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

Unified Diff: ash/shell.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: Stored result of check on multiple signin screen to local variable 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.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 2c393065aba614f7c7caa01fa365b5f490a2a9c8..2ca581e0457472780def8e5262bb61ddf3f0195a 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -1142,4 +1142,9 @@ void Shell::OnWindowActivated(aura::Window* gained_active,
target_root_window_ = gained_active->GetRootWindow();
}
+void Shell::SetSessionStateDelegateForTesting(
+ SessionStateDelegate* session_state_delegate) {
+ session_state_delegate_.reset(session_state_delegate);
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698