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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager.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
Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
index 11da278c1c76cebad77936a7d36de4cb96ce3593..36d187e5882577382382450fc9b9622118a92351 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
@@ -47,8 +47,7 @@ MultiUserWindowManager* MultiUserWindowManager::CreateInstance() {
new MultiUserWindowManagerChromeOS(ash::Shell::GetInstance()
->session_state_delegate()
->GetUserInfo(0)
- ->GetAccountId()
- .GetUserEmail());
+ ->GetAccountId());
g_instance = manager;
manager->Init();
multi_user_mode_ = MULTI_PROFILE_MODE_SEPARATED;

Powered by Google App Engine
This is Rietveld 408576698