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

Unified Diff: ash/test/test_session_state_delegate.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/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index 8831b58d6b1e7393df2fb6795cd7fc40828359f7..b10cc98e313d86a8777e13cefa72ca2d890c1476 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -234,5 +234,8 @@ void TestSessionStateDelegate::RemoveSessionStateObserver(
SessionStateObserver* observer) {
}
+void TestSessionStateDelegate::HideMultiUserSigninScreen() {
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698