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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/test/test_session_state_delegate.h" 5 #include "ash/test/test_session_state_delegate.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 9
10 #include "ash/session/user_info.h" 10 #include "ash/session/user_info.h"
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 } 227 }
228 228
229 void TestSessionStateDelegate::AddSessionStateObserver( 229 void TestSessionStateDelegate::AddSessionStateObserver(
230 SessionStateObserver* observer) { 230 SessionStateObserver* observer) {
231 } 231 }
232 232
233 void TestSessionStateDelegate::RemoveSessionStateObserver( 233 void TestSessionStateDelegate::RemoveSessionStateObserver(
234 SessionStateObserver* observer) { 234 SessionStateObserver* observer) {
235 } 235 }
236 236
237 void TestSessionStateDelegate::HideMultiUserSigninScreen() {
238 }
239
237 } // namespace test 240 } // namespace test
238 } // namespace ash 241 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698