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

Unified Diff: ash/system/user/tray_user.cc

Issue 1428213004: This CL replaces std::string user_id in ash/* with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 1 month 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/system/tray/system_tray_delegate.cc ('k') | ash/system/user/user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user.cc
diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
index 06d18233d8cf033346d37645d9c6fb64924b2e60..e947641bf3056e19d399fb4b98d495be920fa7a6 100644
--- a/ash/system/user/tray_user.cc
+++ b/ash/system/user/tray_user.cc
@@ -119,7 +119,7 @@ views::View* TrayUser::CreateDetailedView(user::LoginStatus status) {
->GetAccountId();
tray::UserAccountsDelegate* delegate =
Shell::GetInstance()->system_tray_delegate()->GetUserAccountsDelegate(
- account_id.GetUserEmail());
+ account_id);
if (!delegate)
return nullptr;
return new tray::AccountsDetailedView(this, status, delegate);
« no previous file with comments | « ash/system/tray/system_tray_delegate.cc ('k') | ash/system/user/user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698