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

Unified Diff: ash/test/test_session_state_delegate.cc

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed. Created 6 years, 9 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 491408e32aac69d591b5bf9715c9c4dd6f10aed1..c4f1ea5b756da14baa03aead6537f483fdffe936 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -134,6 +134,11 @@ const base::string16 TestSessionStateDelegate::GetUserDisplayName(
return base::UTF8ToUTF16("Über tray Über tray Über tray Über tray");
}
+const base::string16 TestSessionStateDelegate::GetUserGivenName(
+ MultiProfileIndex index) const {
+ return base::UTF8ToUTF16("Über Über Über Über");
+}
+
const std::string TestSessionStateDelegate::GetUserEmail(
MultiProfileIndex index) const {
switch (index) {

Powered by Google App Engine
This is Rietveld 408576698