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

Side by Side Diff: chrome/browser/ui/ash/session_state_delegate_views.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: 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 "chrome/browser/ui/ash/session_state_delegate_views.h" 5 #include "chrome/browser/ui/ash/session_state_delegate_views.h"
6 6
7 #include "ash/session/user_info.h" 7 #include "ash/session/user_info.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 131
132 void SessionStateDelegate::AddSessionStateObserver( 132 void SessionStateDelegate::AddSessionStateObserver(
133 ash::SessionStateObserver* observer) { 133 ash::SessionStateObserver* observer) {
134 NOTIMPLEMENTED(); 134 NOTIMPLEMENTED();
135 } 135 }
136 136
137 void SessionStateDelegate::RemoveSessionStateObserver( 137 void SessionStateDelegate::RemoveSessionStateObserver(
138 ash::SessionStateObserver* observer) { 138 ash::SessionStateObserver* observer) {
139 NOTIMPLEMENTED(); 139 NOTIMPLEMENTED();
140 } 140 }
141
142 void SessionStateDelegate::HideMultipleSigninScreen() {
143 NOTIMPLEMENTED();
144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698