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

Unified Diff: ash/system/tray/system_tray_delegate.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: 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 314817eefe5aa2137d6b84a4f43ee7a0486fda4b..57735de0751bb65a02ce274ca026fdb9aadf1d0e 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -259,7 +259,7 @@ bool SystemTrayDelegate::IsSearchKeyMappedToCapsLock() {
}
tray::UserAccountsDelegate* SystemTrayDelegate::GetUserAccountsDelegate(
- const std::string& user_id) {
+ const AccountId& /* account_id */) {
sky 2015/11/11 20:15:34 I prefer consistency. The rest of this class doesn
Alexander Alekseev 2015/11/11 23:32:06 Done.
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698