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

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: Merge conflicts resolved. Created 6 years, 8 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
« no previous file with comments | « ash/session_state_delegate_stub.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « ash/session_state_delegate_stub.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698