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

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

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/shell/shell_delegate_impl.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 9859a48885e4ff79fc05f16f507adff97c250487..9b052861d87e090f523ba1d3360bd8b28723b7a9 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -18,6 +18,8 @@
#include "base/strings/string16.h"
#include "ui/gfx/image/image_skia.h"
+class AccountId;
+
namespace base {
class TimeDelta;
class TimeTicks;
@@ -314,7 +316,7 @@ class ASH_EXPORT SystemTrayDelegate {
// Returns accounts delegate for given user. May return nullptr.
virtual tray::UserAccountsDelegate* GetUserAccountsDelegate(
- const std::string& user_id);
+ const AccountId& account_id);
// Adding observers that are notified when supervised info is being changed.
virtual void AddCustodianInfoTrayObserver(
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698