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

Unified Diff: ash/system/tray/system_tray_delegate.cc

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/system/tray/system_tray_delegate.cc
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
index ed999b6a970e8b07a37f975697aa56482d33cd55..b68d57489bdf01ea7334d6ed92a69fdbf0c58366 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -262,7 +262,7 @@ bool SystemTrayDelegate::IsSearchKeyMappedToCapsLock() {
}
tray::UserAccountsDelegate* SystemTrayDelegate::GetUserAccountsDelegate(
- const std::string& user_id) {
+ const user_manager::UserID& user_id) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698