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

Unified Diff: ash/session_state_delegate_stub.cc

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More 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/session_state_delegate_stub.cc
diff --git a/ash/session_state_delegate_stub.cc b/ash/session_state_delegate_stub.cc
index dcbd346dfd478123008ebb3f243995d8b1be8c96..51eeb91c72725ecfbd8898945dcf2ecc9aa9343b 100644
--- a/ash/session_state_delegate_stub.cc
+++ b/ash/session_state_delegate_stub.cc
@@ -74,6 +74,11 @@ const base::string16 SessionStateDelegateStub::GetUserDisplayName(
return base::UTF8ToUTF16("stub-user");
}
+const base::string16 SessionStateDelegateStub::GetUserGivenName(
+ MultiProfileIndex index) const {
+ return base::UTF8ToUTF16("Stub");
+}
+
const std::string SessionStateDelegateStub::GetUserEmail(
MultiProfileIndex index) const {
return "stub-user@domain.com";

Powered by Google App Engine
This is Rietveld 408576698